Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmovenc.h163 int packet_entry; member
H A Dmovenc.c1008 int packet_entry = track->vc1_info.packet_entry; in mov_write_dvc1_structs() local
1015 packet_seq = packet_entry = 1; in mov_write_dvc1_structs()
1066 put_bits(&pbc, 1, !packet_entry); /* no multiple entry */ in mov_write_dvc1_structs()
6017 (entry && !trk->vc1_info.packet_entry)) {
6025 trk->vc1_info.packet_entry = 1;
6037 if (trk->vc1_info.packet_seq && trk->vc1_info.packet_entry)
6041 else if (trk->vc1_info.packet_entry)

Completed in 15 milliseconds