diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-10-10 14:22:57 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-10-10 21:24:32 +0200 |
commit | b404c6605627dbbc07d680803e1a3f70cb4704a0 (patch) | |
tree | 4561d5f0816c90e49afb0291edc93f18e3229180 /tests/fate | |
parent | 8d09d39a4b87280ca728d65c4e1cd03d7360cc2b (diff) | |
download | ffmpeg-b404c6605627dbbc07d680803e1a3f70cb4704a0.tar.gz |
fate: add h263 obmc vsynth tests
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index e9a9ad622e..23dbc988bd 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -72,6 +72,9 @@ fate-vsynth%-h261: ENCOPTS = -qscale 11 FATE_VCODEC += h263 fate-vsynth%-h263: ENCOPTS = -qscale 10 +FATE_VCODEC += h263-obmc +fate-vsynth%-h263-obmc: ENCOPTS = -qscale 10 -obmc 1 + FATE_VCODEC += h263p fate-vsynth%-h263p: ENCOPTS = -qscale 2 -flags +aic -umv 1 -aiv 1 -ps 300 |