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).
> >
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
> [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
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