MOV_TRUN_SAMPLE_DURATION 4916 libavformat/mov.c if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(pb); MOV_TRUN_SAMPLE_DURATION 4351 libavformat/movenc.c flags |= MOV_TRUN_SAMPLE_DURATION; MOV_TRUN_SAMPLE_DURATION 4383 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 252 tools/ismindex.c if (flags & MOV_TRUN_SAMPLE_DURATION) sample_duration = avio_rb32(in);