diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-09-28 16:56:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-09-29 21:50:30 +0200 |
commit | 93370d12164236d59645314871a1d6808b2a8ddb (patch) | |
tree | 50c6de8191839a1cfd0930636780848aa893b8ce /tests/ref/fate/mxf-demux | |
parent | ff07ec143ebd3833fd5a3f4b6c00474ac523a31f (diff) | |
download | ffmpeg-93370d12164236d59645314871a1d6808b2a8ddb.tar.gz |
mxfdec: set audio timebase to 1/samplerate
Fixes sync in some samples (e.g. bugs 7581 and 8374 in VLC).
Based on a commit by Matthieu Bouron <matthieu.bouron@gmail.com>
Reported-by: Jean-Baptiste Kempf <jb@videolan.org>
CC: libav-stable@libav.org
Diffstat (limited to 'tests/ref/fate/mxf-demux')
-rw-r--r-- | tests/ref/fate/mxf-demux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/fate/mxf-demux b/tests/ref/fate/mxf-demux index e162775d52..426afae965 100644 --- a/tests/ref/fate/mxf-demux +++ b/tests/ref/fate/mxf-demux @@ -1,7 +1,7 @@ #tb 0: 1/25 -#tb 1: 1/25 +#tb 1: 1/8000 0, 0, -9223372036854775808, 1, 8468, 0xc0855553 -1, 0, 0, 50, 32000, 0x479155e6 +1, 0, 0, 16000, 32000, 0x479155e6 0, 1, -9223372036854775808, 1, 3814, 0xa10783b4 0, 2, -9223372036854775808, 1, 3747, 0xb7bf6973 0, 3, -9223372036854775808, 1, 3705, 0x5462a600 @@ -52,7 +52,7 @@ 0, 48, -9223372036854775808, 1, 3688, 0x1db45852 0, 49, -9223372036854775808, 1, 38412, 0x2ee26a63 0, 50, -9223372036854775808, 1, 8385, 0x0bc20a27 -1, 50, 50, 50, 32000, 0x8f7e5009 +1, 16000, 16000, 16000, 32000, 0x8f7e5009 0, 51, -9223372036854775808, 1, 3733, 0xa3e2a9a0 0, 52, -9223372036854775808, 1, 3773, 0x27769caa 0, 53, -9223372036854775808, 1, 3670, 0xc8335e98 |