Home
last modified time | relevance | path

Searched refs:MOV_TFHD_STSD_ID (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h315 #define MOV_TFHD_STSD_ID 0x02 macro
Dmovenc.c4416 flags |= MOV_TFHD_STSD_ID; in mov_write_tfhd_tag()
4424 MOV_TFHD_BASE_DATA_OFFSET | MOV_TFHD_STSD_ID); in mov_write_tfhd_tag()
4434 if (flags & MOV_TFHD_STSD_ID) { in mov_write_tfhd_tag()
Dmov.c4676 frag->stsd_id = flags & MOV_TFHD_STSD_ID ? avio_rb32(pb) : trex->stsd_id; in mov_read_tfhd()
/third_party/ffmpeg/tools/
Dismindex.c300 if (flags & MOV_TFHD_STSD_ID) in read_moof_duration()