Commit 25a7c2ae authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'e17db9ac'

* commit 'e17db9ac':
  fate: Move mv0 option from global to mpv private
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents a600e714 e17db9ac
......@@ -203,9 +203,9 @@ fate-vsynth%-mpeg4: ENCOPTS = -qscale 10 -flags +mv4 -mbd bits
fate-vsynth%-mpeg4: FMT = mp4
fate-vsynth%-mpeg4-adap: ENCOPTS = -b 550k -bf 2 -flags +mv4 \
-mpv_flags +mv0 \
-trellis 1 -cmp 1 -subcmp 2 \
-mbd rd -scplx_mask 0.3
-mbd rd -scplx_mask 0.3 \
-mpv_flags +mv0
fate-vsynth%-mpeg4-adv: ENCOPTS = -qscale 9 -flags +mv4+aic \
-data_partitioning 1 -trellis 1 \
......@@ -225,9 +225,8 @@ 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 -mpv_flags +qp_rd \
-cmp 2 -subcmp 2 -mbd rd \
-mpv_flags +mv0
-flags +mv4 -mpv_flags +qp_rd+mv0 \
-cmp 2 -subcmp 2 -mbd rd
fate-vsynth%-mpeg4-rc: ENCOPTS = -b 400k -bf 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment