diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-09-16 21:34:42 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-10-20 13:09:46 -0400 |
commit | 1baa25c7dae0b43f0ff845f8ab4a94bf15b02440 (patch) | |
tree | 72c3284ffcfbdcea56ea5217750f3bfe7d0666d0 /tests/ref | |
parent | d03f9f65c090e29cfae5658e0a2e450b0e780346 (diff) | |
download | ffmpeg-1baa25c7dae0b43f0ff845f8ab4a94bf15b02440.tar.gz |
shorten: fix end-of-stream decoding.
enable CODEC_CAP_DELAY to flush any remaining frames in the buffer.
Stop decoding when the FN_QUIT command is found so that a trailing seek table
isn't decoded as a normal frame.
decode all channels in the same call to avcodec_decode_audio3() so that
decoding will not stop after the first channel of the last frame.
Updated FATE reference. More valid audio is now decoded.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/lossless-shortenaudio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/lossless-shortenaudio b/tests/ref/fate/lossless-shortenaudio index 9448052733..9cdb3690e3 100644 --- a/tests/ref/fate/lossless-shortenaudio +++ b/tests/ref/fate/lossless-shortenaudio @@ -1 +1 @@ -9949141c405524f37ef1058b1ef4114b +da93c50961443b88fce416ae61c8ca8a |