Searched refs:got_sof_data (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 Dmxpegdec.c35 int got_sof_data; /* true if SOF data successfully parsed */ member in struct:MXpegDecodeContext
218 s->got_sof_data = 0;
230 s->got_sof_data = 1;
233 if (!s->got_sof_data) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmxpegdec.c36 int got_sof_data; /* true if SOF data successfully parsed */ member in struct:MXpegDecodeContext
244 s->got_sof_data = 0;
256 s->got_sof_data = 1;
259 if (!s->got_sof_data) {

Completed in 68 milliseconds