diff options
author | Mike Melanson <mike@multimedia.cx> | 2012-01-07 09:29:32 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-01-07 11:10:58 -0800 |
commit | 2907f88aeebabeada5ba4a2f2baab2153a9de0b2 (patch) | |
tree | a54f2eb6dd66b1c83573d7cb8e62728261412e9c /tests/fate | |
parent | 9689a1af6db1d0acdaad221a138e5c43ebc64ddc (diff) | |
download | ffmpeg-2907f88aeebabeada5ba4a2f2baab2153a9de0b2.tar.gz |
FATE test: BMV demuxer and associated video and audio decoders.
Code coverage:
libavcodec/bmv.c: 0% -> 75%
libavformat/bmv.c: 0% -> 85%
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/demux.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index 6202346c1e..5582492e10 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -10,6 +10,9 @@ fate-bink-demux: CMD = crc -i $(SAMPLES)/bink/Snd0a7d9b58.dee -vn -acodec copy FATE_TESTS += fate-bink-demux-video fate-bink-demux-video: CMD = framecrc -i $(SAMPLES)/bink/hol2br.bik +FATE_TESTS += fate-bmv +fate-bmv: CMD = framecrc -i $(SAMPLES)/bmv/SURFING-partial.BMV -pix_fmt rgb24 + FATE_TESTS += fate-caf fate-caf: CMD = crc -i $(SAMPLES)/caf/caf-pcm16.caf |