Searched refs:MOV_TFHD_STSD_ID (Results 1 – 4 of 4) sorted by relevance
315 #define MOV_TFHD_STSD_ID 0x02 macro
4416 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()
4676 frag->stsd_id = flags & MOV_TFHD_STSD_ID ? avio_rb32(pb) : trex->stsd_id; in mov_read_tfhd()
300 if (flags & MOV_TFHD_STSD_ID) in read_moof_duration()