diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-20 15:38:56 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-20 15:38:56 +0100 |
commit | ec312c1fd0d8651f6ef34a101a56c0332e65702e (patch) | |
tree | e7ee5379a986b396084cd4ae759c91be6c7f919c /tests/fate | |
parent | 6c04c5f733d3b484ef75fc3af00c391d8db30363 (diff) | |
download | ffmpeg-ec312c1fd0d8651f6ef34a101a56c0332e65702e.tar.gz |
fate: test -mbd rd for h261
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 0d8ddd85ec..9846646df4 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -76,7 +76,7 @@ fate-vsynth%-flv: FMT = flv FATE_VCODEC-$(call ENCDEC, H261, AVI) += h261 h261-trellis fate-vsynth%-h261: ENCOPTS = -qscale 11 -fate-vsynth%-h261-trellis: ENCOPTS = -qscale 12 -trellis 1 +fate-vsynth%-h261-trellis: ENCOPTS = -qscale 12 -trellis 1 -mbd rd FATE_VCODEC-$(call ENCDEC, H263, AVI) += h263 h263-obmc h263p fate-vsynth%-h263: ENCOPTS = -qscale 10 |