MOV_TRUN_SAMPLE_CTS 4919 libavformat/mov.c         if (flags & MOV_TRUN_SAMPLE_CTS)      ctts_duration   = avio_rb32(pb);
MOV_TRUN_SAMPLE_CTS 4924 libavformat/mov.c             if (flags & MOV_TRUN_SAMPLE_CTS) {
MOV_TRUN_SAMPLE_CTS 4936 libavformat/mov.c                    sc->time_offset, flags & MOV_TRUN_SAMPLE_CTS);
MOV_TRUN_SAMPLE_CTS 4361 libavformat/movenc.c         flags |= MOV_TRUN_SAMPLE_CTS;
MOV_TRUN_SAMPLE_CTS 4389 libavformat/movenc.c         if (flags & MOV_TRUN_SAMPLE_CTS)
MOV_TRUN_SAMPLE_CTS  255 tools/ismindex.c         if (flags & MOV_TRUN_SAMPLE_CTS)      pts += avio_rb32(in);