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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtiertexseq.c56 unsigned int current_pal_data_offs; member in struct:SeqDemuxContext
144 seq->current_pal_data_offs = avio_rl16(pb);
145 if (seq->current_pal_data_offs) {
263 avio_seek(pb, seq->current_frame_offs + seq->current_pal_data_offs, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtiertexseq.c55 unsigned int current_pal_data_offs; member in struct:SeqDemuxContext
143 seq->current_pal_data_offs = avio_rl16(pb);
144 if (seq->current_pal_data_offs) {
260 avio_seek(pb, seq->current_frame_offs + seq->current_pal_data_offs, SEEK_SET);

Completed in 101 milliseconds