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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dyop.c196 int tag, firstcolor, is_odd_frame; local
217 is_odd_frame = avpkt->data[0];
218 if(is_odd_frame>1){
219 av_log(avctx, AV_LOG_ERROR, "frame is too odd %d\n", is_odd_frame);
222 firstcolor = s->first_color[is_odd_frame];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dyop.c194 int tag, firstcolor, is_odd_frame; local
215 is_odd_frame = avpkt->data[0];
216 firstcolor = s->first_color[is_odd_frame];

Completed in 115 milliseconds