diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-06-09 10:58:23 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-06-16 20:24:57 +0200 |
commit | 8035f429684e368fe54af8ccedc2d4776a2d6154 (patch) | |
tree | 685ae65880b100a3d1b8a4e986f95719b3751b00 /tests | |
parent | 50f2dfad679747d417879d6b49c929286aff69b1 (diff) | |
download | ffmpeg-8035f429684e368fe54af8ccedc2d4776a2d6154.tar.gz |
ffmpeg: use new avformat_open_* API.
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 066f9ef583..b4139f35f7 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 |