diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-08-31 11:14:15 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-08-31 11:14:15 +0000 |
commit | 61f89303c03e034cc0c54de0095088d13aeede4a (patch) | |
tree | e57cfc363b1bce72adbc77893e17f504f1b8fb64 /tests | |
parent | 3e41fc623c48b983f4e85d8dba9b40efff7879d5 (diff) | |
download | ffmpeg-61f89303c03e034cc0c54de0095088d13aeede4a.tar.gz |
10l, add flags forgotten in last commit
Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate2.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index f7dae4e011..b4a1f50d5b 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -198,4 +198,4 @@ FATE_TESTS += fate-dxa-scummvm fate-dxa-scummvm: CMD = framecrc -i $(SAMPLES)/dxa/scummvm.dxa -pix_fmt rgb24 FATE_TESTS += fate-mjpegb -fate-mjpegb: CMD = framecrc -i $(SAMPLES)/mjpegb/mjpegb_part.mov -an +fate-mjpegb: CMD = framecrc -idct simple -flags +bitexact -i $(SAMPLES)/mjpegb/mjpegb_part.mov -an |