Searched refs:vc1_info (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 Dmovenc.h144 } vc1_info; member in struct:MOVTrack
H A Dmovenc.c496 int packet_seq = track->vc1_info.packet_seq;
497 int packet_entry = track->vc1_info.packet_entry;
498 int slices = track->vc1_info.slices;
502 /* No packets written yet, vc1_info isn't authoritative yet. */
581 track->vc1_info.struct_offset = avio_tell(pb);
3177 trk->vc1_info.slices = 1;
3183 trk->vc1_info.first_packet_seq = seq;
3184 trk->vc1_info.first_packet_entry = entry;
3185 } else if ((seq && !trk->vc1_info.packet_seq) ||
3186 (entry && !trk->vc1_info
[all...]

Completed in 64 milliseconds