diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-09 11:32:16 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-16 06:19:08 +0200 |
commit | f4ad238c6c696f021e53eae8f255c2d1b79fefbb (patch) | |
tree | 7f9ef98520073aadc9b072780a7406706cd8e501 /tests | |
parent | 7478ab5a137f970cbcef06286483e13dba99480d (diff) | |
download | ffmpeg-f4ad238c6c696f021e53eae8f255c2d1b79fefbb.tar.gz |
avconv: rename sameq to same_quant
It's often mistakenly used as 'same quality', emphasize that it's not
true in the manual.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/codec-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index a44f6320ea..902e37d1d2 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -58,7 +58,7 @@ do_video_decoding # mpeg2 encoding interlaced file=${outfile}mpeg2reuse.mpg -do_avconv $file $DEC_OPTS -me_threshold 256 -i ${target_path}/${outfile}mpeg2thread.mpg $ENC_OPTS -sameq -me_threshold 256 -mb_threshold 1024 -vcodec mpeg2video -f mpeg1video -bf 2 -flags +ildct+ilme -threads 4 +do_avconv $file $DEC_OPTS -me_threshold 256 -i ${target_path}/${outfile}mpeg2thread.mpg $ENC_OPTS -same_quant -me_threshold 256 -mb_threshold 1024 -vcodec mpeg2video -f mpeg1video -bf 2 -flags +ildct+ilme -threads 4 do_video_decoding fi |