Home
last modified time | relevance | path

Searched refs:MOV_TRUN_SAMPLE_CTS (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Disom.h348 #define MOV_TRUN_SAMPLE_CTS 0x800 macro
H A Dmov.c5338 if (flags & MOV_TRUN_SAMPLE_CTS) ctts_duration = avio_rb32(pb);
5343 if (flags & MOV_TRUN_SAMPLE_CTS) {
5352 " flags & MOV_TRUN_SAMPLE_CTS %d\n",
5355 sc->time_offset, flags & MOV_TRUN_SAMPLE_CTS);
H A Dmovenc.c5238 flags |= MOV_TRUN_SAMPLE_CTS;
5266 if (flags & MOV_TRUN_SAMPLE_CTS)
/third_party/ffmpeg/tools/
H A Dismindex.c255 if (flags & MOV_TRUN_SAMPLE_CTS) pts += avio_rb32(in); in read_trun_duration()

Completed in 26 milliseconds