diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-11-15 22:03:00 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-12-24 09:16:51 +0100 |
commit | c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b (patch) | |
tree | 591bc4149dd101a2f2d35ad813a4ab9a29c11f34 /tests | |
parent | f6e395e1320c52cc0720a83787622b15f6762d4f (diff) | |
download | ffmpeg-streaming-c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b.zip ffmpeg-streaming-c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b.tar.gz |
yop: simplify/sanitize the decoding loop
Do not overwrite linesize set by get_buffer().
The last frame in the FATE test is not decoded anymore, since the file
is cut and a part of it is missing.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/yop | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ref/fate/yop b/tests/ref/fate/yop index 5629825..57f565d 100644 --- a/tests/ref/fate/yop +++ b/tests/ref/fate/yop @@ -5,4 +5,3 @@ 0, 3, 3, 1, 302760, 0xc34b20bd 0, 4, 4, 1, 302760, 0x461d29a1 0, 5, 5, 1, 302760, 0x45abca02 -0, 6, 6, 1, 302760, 0xb05448b9 |