[FFmpeg-devel] [PATCH] lavf/mov.c: Set skip_samples according to first edit list, when -ignore_editlist is set.
Derek Buitenhuis
derek.buitenhuis at gmail.com
Mon Nov 14 15:48:51 EET 2016
On 11/12/2016 6:02 AM, Sasi Inguva wrote:
> + /* Adjust skip_samples correctly when ignore_editlist is set, to support gapless playback */
> + if (mov->ignore_editlist && sc->num_non_empty_elst <= 1 &&
> + st->codecpar->codec_id == AV_CODEC_ID_AAC && sc->first_elist_start_time > 0) {
> + sc->start_pad = sc->first_elist_start_time;
> + }
Doesn't this make the name "ignore_editlist" rather untrue?
Also, pinging wm4.
- Derek
More information about the ffmpeg-devel
mailing list