diff options
author | Reimar Döffinger | 2010-12-18 16:06:56 +0000 |
---|---|---|
committer | Reimar Döffinger | 2010-12-18 16:06:56 +0000 |
commit | 853395b913e3c0d9a888864c5448cd27d63be440 (patch) | |
tree | 1b9e06060729bbe18ce0bf598afe446804e45470 /tests/fate2.mak | |
parent | bf09a0198121467b5a79ba03363b0d1e4dbc3e58 (diff) |
Add test for ASF -cryptokey that tests only demuxing, but both audio and video
to complement the existing video-only decode test.
Originally committed as revision 26054 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index 31e8ca6236..ff59e13bac 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -170,6 +170,9 @@ fate-ansi: CMD = framecrc -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24 FATE_TESTS += fate-wmv8-drm fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -an +FATE_TESTS += fate-wmv8-drm-nodec +fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy + FATE_TESTS += fate-binkaudio-dct fate-binkaudio-dct: CMD = pcm -i $(SAMPLES)/bink/binkaudio_dct.bik fate-binkaudio-dct: CMP = oneoff |