Home
last modified time | relevance | path

Searched refs:ATOM_stbl (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c4480 { ATOM_stbl, MP4_ReadBoxContainer, ATOM_minf },
4525 { ATOM_stts, MP4_ReadBox_stts, ATOM_stbl },
4526 { ATOM_ctts, MP4_ReadBox_ctts, ATOM_stbl },
4527 { ATOM_cslg, MP4_ReadBox_cslg, ATOM_stbl },
4528 { ATOM_stsd, MP4_ReadBox_stsd, ATOM_stbl },
4529 { ATOM_stsz, MP4_ReadBox_stsz, ATOM_stbl },
4530 { ATOM_stsc, MP4_ReadBox_stsc, ATOM_stbl },
4531 { ATOM_stco, MP4_ReadBox_stco_co64, ATOM_stbl },
4532 { ATOM_co64, MP4_ReadBox_stco_co64, ATOM_stbl },
4533 { ATOM_stss, MP4_ReadBox_stss, ATOM_stbl },
[all …]
H A Dlibmp4.h87 #define ATOM_stbl VLC_FOURCC( 's', 't', 'b', 'l' ) macro