diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-08-17 16:57:37 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2015-08-19 10:01:42 -0400 |
commit | 99b9f0136c6e2d80c5ce2fc3c4125605035e11cb (patch) | |
tree | 99e8975fbb9d0e2826f6673dc59e624d4a7606f5 | |
parent | 62d176de1224f6b9921a53171e5daa7460d5a772 (diff) | |
download | ffmpeg-99b9f0136c6e2d80c5ce2fc3c4125605035e11cb.tar.gz |
fate: rename -error option to -error_rate.
This fixes fate when FF_API_ERROR_RATE=0.
-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 11eb4f7ca8..d4d0df5483 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -211,7 +211,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 |