MOV_TRUN_SAMPLE_DURATION 3178 libavformat/mov.c if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(pb); MOV_TRUN_SAMPLE_DURATION 3408 libavformat/movenc.c flags |= MOV_TRUN_SAMPLE_DURATION; MOV_TRUN_SAMPLE_DURATION 3436 libavformat/movenc.c if (flags & MOV_TRUN_SAMPLE_DURATION) MOV_TRUN_SAMPLE_DURATION 239 tools/ismindex.c if (default_duration <= 0 && !(flags & MOV_TRUN_SAMPLE_DURATION)) { MOV_TRUN_SAMPLE_DURATION 251 tools/ismindex.c if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(in);