Searched refs:MOV_TFHD_STSD_ID (Results 1 – 4 of 4) sorted by relevance
309 #define MOV_TFHD_STSD_ID 0x02 macro
4294 flags |= MOV_TFHD_STSD_ID; in mov_write_tfhd_tag()4302 MOV_TFHD_BASE_DATA_OFFSET | MOV_TFHD_STSD_ID); in mov_write_tfhd_tag()4312 if (flags & MOV_TFHD_STSD_ID) { in mov_write_tfhd_tag()
4651 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()