Searched refs:nonrestart_substr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlpdec.c1001 int extraword_present, checkdata_present, end, nonrestart_substr; local
1004 nonrestart_substr = get_bits1(&gb);
1021 if (!(nonrestart_substr ^ m->is_major_sync_unit)) {
1022 av_log(m->avctx, AV_LOG_ERROR, "Invalid nonrestart_substr.\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlpdec.c1158 int extraword_present, checkdata_present, end, nonrestart_substr; local
1161 nonrestart_substr = get_bits1(&gb);
1178 if (!(nonrestart_substr ^ m->is_major_sync_unit)) {
1179 av_log(m->avctx, AV_LOG_ERROR, "Invalid nonrestart_substr.\n");

Completed in 176 milliseconds