diff options
author | Sasi Inguva <isasi@google.com> | 2018-08-06 16:28:50 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-08-11 02:37:42 +0200 |
commit | 12673bb25342c772e1bf5fd2adebd85f97dc616e (patch) | |
tree | 73b149ffb23600325a13f25ad19bb21b94ab4043 /tests/ref/fate/mov-neg-firstpts-discard-vorbis | |
parent | 87cc7e8d4ef8fa643d8d4822525b9c95cc9e7307 (diff) | |
download | ffmpeg-12673bb25342c772e1bf5fd2adebd85f97dc616e.tar.gz |
lavf/mov.c: Set start_time for all streams (in case of edit lists).
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 <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/fate/mov-neg-firstpts-discard-vorbis')
-rw-r--r-- | tests/ref/fate/mov-neg-firstpts-discard-vorbis | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/fate/mov-neg-firstpts-discard-vorbis b/tests/ref/fate/mov-neg-firstpts-discard-vorbis new file mode 100644 index 0000000000..2e295e3b68 --- /dev/null +++ b/tests/ref/fate/mov-neg-firstpts-discard-vorbis @@ -0,0 +1,3 @@ +[STREAM] +start_time=0.000000 +[/STREAM] |