mirror of https://git.ffmpeg.org/ffmpeg.git
fate: Change global error option to private error_rate option
This commit is contained in:
parent
e17db9ac49
commit
2c6014c629
|
@ -160,7 +160,7 @@ fate-vsynth%-mpeg4-adv: ENCOPTS = -qscale 9 -flags +mv4+aic \
|
|||
|
||||
fate-vsynth%-mpeg4-error: ENCOPTS = -qscale 7 -flags +mv4+aic \
|
||||
-data_partitioning 1 -mbd rd \
|
||||
-ps 250 -error 10
|
||||
-ps 250 -error_rate 10
|
||||
|
||||
fate-vsynth%-mpeg4-nr: ENCOPTS = -qscale 8 -flags +mv4 -mbd rd -nr 200
|
||||
|
||||
|
|
Loading…
Reference in New Issue