diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-09 02:59:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-09 04:12:41 +0100 |
commit | 3e9668501dea070c0a1bd6c721eab1af09b26339 (patch) | |
tree | 904c4e3980076ffbde69d0b99ae456e93a950cfb /tests/fate/microsoft.mak | |
parent | 444632eae6f4f72c35f0f5f2fa1afda2859d3113 (diff) | |
download | ffmpeg-3e9668501dea070c0a1bd6c721eab1af09b26339.tar.gz |
fate: add bitexact and idct to x8intra
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/microsoft.mak')
-rw-r--r-- | tests/fate/microsoft.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index 6d3ed1c700..2499ec2bad 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -15,7 +15,7 @@ FATE_MICROSOFT += fate-wmv8-drm-nodec fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy FATE_MICROSOFT += fate-wmv8-x8intra -fate-wmv8-x8intra: CMD = framecrc -i $(SAMPLES)/wmv8/wmv8_x8intra.wmv -an +fate-wmv8-x8intra: CMD = framecrc -flags +bitexact -idct 19 -i $(SAMPLES)/wmv8/wmv8_x8intra.wmv -an FATE_MICROSOFT += fate-vc1 fate-vc1: CMD = framecrc -i $(SAMPLES)/vc1/SA00040.vc1 |