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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflicvideo.c138 int stream_ptr_after_color_chunk; local
194 stream_ptr_after_color_chunk = bytestream2_tell(&g2) + chunk_size - 6;
239 if (stream_ptr_after_color_chunk - bytestream2_tell(&g2) > 0)
240 bytestream2_skip(&g2, stream_ptr_after_color_chunk - bytestream2_tell(&g2));

Completed in 27 milliseconds