diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-01 18:54:30 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-12 17:19:27 +0100 |
commit | 4d3b144c5ea824193019019d33740a1ae9e0bb69 (patch) | |
tree | 8815a7e54d619e87b34c53b34ae9ee0545bdc707 /tests/fate/vcodec.mak | |
parent | f89466ad6fd69ea570790e9227e612a751703a37 (diff) | |
download | ffmpeg-4d3b144c5ea824193019019d33740a1ae9e0bb69.tar.gz |
fate: cosmetics: Order some test entries
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index a744eea41c..5a5b703b45 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -150,34 +150,34 @@ FATE_VCODEC-$(call ENCDEC, MPEG4, AVI) += $(FATE_MPEG4_AVI) fate-vsynth%-mpeg4: ENCOPTS = -qscale 10 -flags +mv4 -mbd bits fate-vsynth%-mpeg4: FMT = mp4 -fate-vsynth%-mpeg4-rc: ENCOPTS = -b 400k -bf 2 +fate-vsynth%-mpeg4-adap: ENCOPTS = -b 550k -bf 2 -flags +mv4+mv0 \ + -trellis 1 -cmp 1 -subcmp 2 \ + -mbd rd -scplx_mask 0.3 fate-vsynth%-mpeg4-adv: ENCOPTS = -qscale 9 -flags +mv4+aic \ -data_partitioning 1 -trellis 1 \ -mbd bits -ps 200 -fate-vsynth%-mpeg4-qprd: ENCOPTS = -b 450k -bf 2 -trellis 1 \ - -flags +mv4+mv0 -mpv_flags +qp_rd \ - -cmp 2 -subcmp 2 -mbd rd +fate-vsynth%-mpeg4-error: ENCOPTS = -qscale 7 -flags +mv4+aic \ + -data_partitioning 1 -mbd rd \ + -ps 250 -error 10 -fate-vsynth%-mpeg4-adap: ENCOPTS = -b 550k -bf 2 -flags +mv4+mv0 \ - -trellis 1 -cmp 1 -subcmp 2 \ - -mbd rd -scplx_mask 0.3 +fate-vsynth%-mpeg4-nr: ENCOPTS = -qscale 8 -flags +mv4 -mbd rd -nr 200 fate-vsynth%-mpeg4-qpel: ENCOPTS = -qscale 7 -flags +mv4+qpel -mbd 2 \ -bf 2 -cmp 1 -subcmp 2 +fate-vsynth%-mpeg4-qprd: ENCOPTS = -b 450k -bf 2 -trellis 1 \ + -flags +mv4+mv0 -mpv_flags +qp_rd \ + -cmp 2 -subcmp 2 -mbd rd + +fate-vsynth%-mpeg4-rc: ENCOPTS = -b 400k -bf 2 + fate-vsynth%-mpeg4-thread: ENCOPTS = -b 500k -flags +mv4+aic \ -data_partitioning 1 -trellis 1 \ -mbd bits -ps 200 -bf 2 \ -threads 2 -slices 2 -fate-vsynth%-mpeg4-error: ENCOPTS = -qscale 7 -flags +mv4+aic \ - -data_partitioning 1 -mbd rd \ - -ps 250 -error 10 - -fate-vsynth%-mpeg4-nr: ENCOPTS = -qscale 8 -flags +mv4 -mbd rd -nr 200 - FATE_VCODEC-$(call ENCDEC, MSMPEG4V3, AVI) += msmpeg4 fate-vsynth%-msmpeg4: ENCOPTS = -qscale 10 |