diff options
author | Mike Melanson <mike@multimedia.cx> | 2012-01-07 09:29:33 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-01-07 11:06:53 -0800 |
commit | f93843e9a05b4af618434cc271ecd9592c1354ae (patch) | |
tree | 84c338614ce044cdd532e3e16c3031f2ad402567 /tests/fate | |
parent | c262404d9886f1d2a85f57dbb6eaac4579a8147a (diff) | |
download | ffmpeg-f93843e9a05b4af618434cc271ecd9592c1354ae.tar.gz |
FATE: update xxan-wc4 test to a sample with more code coverage.
The previous sample used for this test only contained type 0 frames.
Replace it with a sample that also features type 1 frames.
Code coverage:
libavcodec/xxan.c: 72% -> 89%
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index bae51d6d62..01dd306d1a 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -186,4 +186,4 @@ FATE_TESTS += fate-yop fate-yop: CMD = framecrc -i $(SAMPLES)/yop/test1.yop -pix_fmt rgb24 -an FATE_TESTS += fate-xxan-wc4 -fate-xxan-wc4: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4_2.avi -an -vframes 10 +fate-xxan-wc4: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4trailer-partial.avi -an |