diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2011-01-02 12:42:49 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2011-01-02 12:42:49 +0000 |
commit | 815495f0405d929b522ff948584ecd1de3662487 (patch) | |
tree | 78a0c80eecaa21aa1fe4fc4bcda28f1b51d2c30d /tests/fate.mak | |
parent | 17e33f662a5404fc5d20035cf2da36b336f19291 (diff) | |
download | ffmpeg-815495f0405d929b522ff948584ecd1de3662487.tar.gz |
Remove the "-idct simple" command line option from the fate-psx-str test,
it should not be necessary anymore.
Originally committed as revision 26198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate.mak')
-rw-r--r-- | tests/fate.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate.mak b/tests/fate.mak index 76992c464b..8e8c935ac3 100644 --- a/tests/fate.mak +++ b/tests/fate.mak @@ -203,7 +203,7 @@ fate-oma-demux: CMD = crc -i $(SAMPLES)/oma/01-Untitled-partial.oma -acodec cop FATE_TESTS += fate-pcm_dvd fate-pcm_dvd: CMD = framecrc -i $(SAMPLES)/pcm-dvd/coolitnow-partial.vob -vn FATE_TESTS += fate-psx-str -fate-psx-str: CMD = framecrc -idct simple -i $(SAMPLES)/psx-str/descent-partial.str +fate-psx-str: CMD = framecrc -i $(SAMPLES)/psx-str/descent-partial.str FATE_TESTS += fate-ptx fate-ptx: CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24 FATE_TESTS += fate-pva-demux |