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

2018-08-10 Thread Michael Niedermayer
On Thu, Aug 09, 2018 at 08:48:46AM -0700, Sasi Inguva wrote: > Thanks. Attaching the corrected patch > > > On Thu, Aug 9, 2018 at 5:59 AM Moritz Barsnick wrote: > > > > [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit > > lists). > >

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

2018-08-09 Thread Sasi Inguva
Thanks. Attaching the corrected patch On Thu, Aug 9, 2018 at 5:59 AM Moritz Barsnick wrote: > > [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit > lists). > ^ streams > > Moritz > ___ > f

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

2018-08-09 Thread Moritz Barsnick
> [PATCH] lavf/mov.c: Set start_time for all sterams (in case of edit lists). ^ streams Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2018-08-08 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