Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-09 Thread Sasi Inguva
Pls find attached, the corrected patch. On Wed, Aug 8, 2018 at 5:24 PM Sasi Inguva wrote: > Ok. i'll correct the commit message. > > On Wed, Aug 8, 2018 at 4:25 PM Michael Niedermayer > wrote: > >> On Wed, Aug 08, 2018 at 12:20:34PM -0700, Sasi Inguva wrote: >> > i intended it only for audio,

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-08 Thread Sasi Inguva
Ok. i'll correct the commit message. On Wed, Aug 8, 2018 at 4:25 PM Michael Niedermayer wrote: > On Wed, Aug 08, 2018 at 12:20:34PM -0700, Sasi Inguva wrote: > > i intended it only for audio, but i don't see any harm if it gets applied > > to subtitle tracks also . > > if you want subs incldued

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-08 Thread Michael Niedermayer
On Wed, Aug 08, 2018 at 12:20:34PM -0700, Sasi Inguva wrote: > i intended it only for audio, but i don't see any harm if it gets applied > to subtitle tracks also . if you want subs incldued then the commit message is wrong at least if you dont want subs incldued the change is wrong [...] --

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-08 Thread Sasi Inguva
i intended it only for audio, but i don't see any harm if it gets applied to subtitle tracks also . On Tue, Aug 7, 2018 at 3:23 PM Michael Niedermayer wrote: > On Mon, Aug 06, 2018 at 04:32:29PM -0700, isasi-at-google@ffmpeg.org > wrote: > > From: Sasi Inguva > > > > Fixes vorbis mp4 audio

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-07 Thread Michael Niedermayer
On Mon, Aug 06, 2018 at 04:32:29PM -0700, isasi-at-google@ffmpeg.org wrote: > From: Sasi Inguva > > Fixes vorbis mp4 audio files, with edit list specified. Since > st->skip_samples is not set in case of vorbis , ffmpeg computes the > start_time as negative. > > Signed-off-by: Sasi Inguva >

Re: [FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-06 Thread Sasi Inguva
Attaching the fate file. On Mon, Aug 6, 2018 at 4:33 PM wrote: > From: Sasi Inguva > > Fixes vorbis mp4 audio files, with edit list specified. Since > st->skip_samples is not set in case of vorbis , ffmpeg computes the > start_time as negative. > > Signed-off-by: Sasi Inguva > --- >

[FFmpeg-devel] [PATCH] lavf/mov.c: Set start_time for audio too (in case of edit lists).

2018-08-06 Thread isasi-at-google . com
From: Sasi Inguva Fixes vorbis mp4 audio files, with edit list specified. Since st->skip_samples is not set in case of vorbis , ffmpeg computes the start_time as negative. Signed-off-by: Sasi Inguva --- libavformat/mov.c | 4 ++-- tests/fate/mov.mak