diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-06-09 10:58:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-07-14 18:22:36 +0200 |
commit | f790d0092e360aa4d5f6f140a92bd954ee8859c4 (patch) | |
tree | 2237e30b9e1a7f8b4d318fb80a8ea0335e78bd0a /tests | |
parent | 371888cad5ce1578846c8a5b8925fccbf33b701b (diff) | |
download | ffmpeg-f790d0092e360aa4d5f6f140a92bd954ee8859c4.tar.gz |
ffmpeg: use new avformat_open_* API.
8035f429684e368fe54af8ccedc2d4776a2d6154
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 c5b91e246f..a743f0cd59 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -165,7 +165,7 @@ fate-wmapro-2ch: CMP = oneoff fate-wmapro-2ch: REF = $(SAMPLES)/wmapro/Beethovens_9th-1_small.pcm FATE_TESTS += fate-ansi -fate-ansi: CMD = framecrc -ar 44100 -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24 +fate-ansi: CMD = framecrc -chars_per_frame 44100 -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24 FATE_TESTS += fate-wmv8-drm # discard last packet to avoid fails due to overread of VC-1 decoder |