[FFmpeg-cvslog] fate: Drop pointless "-an" from pictor test command.
Diego Biurrun
git at videolan.org
Thu Dec 15 00:19:52 CET 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Dec 14 20:00:33 2011 +0100| [80726be4914f52b6f8bc09a9176104506ebeb760] | committer: Diego Biurrun
fate: Drop pointless "-an" from pictor test command.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80726be4914f52b6f8bc09a9176104506ebeb760
---
tests/fate/image.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index ed7afa2..db52bd2 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -8,7 +8,7 @@ FATE_TESTS += fate-fax-g3s
fate-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF
FATE_TESTS += fate-pictor
-fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an
+fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24
FATE_TESTS += fate-ptx
fate-ptx: CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
More information about the ffmpeg-cvslog
mailing list