[FFmpeg-cvslog] regtests: use bitrate syntax understood by both tools

Michael Niedermayer git at videolan.org
Fri Aug 26 14:16:24 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Aug 26 14:09:29 2011 +0200| [2e97d1267e5a253f62148bd5bb3d8a6aad6a3d99] | committer: Michael Niedermayer

regtests: use bitrate syntax understood by both tools

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e97d1267e5a253f62148bd5bb3d8a6aad6a3d99
---

 tests/lavf-regression.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 67dfb4e..27d1fdd 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -53,7 +53,7 @@ fi
 
 if [ -n "$do_rm" ] ; then
 file=${outfile}lavf.rm
-do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $DEC_OPTS -ar 44100 -f s16le -i $pcm_src $ENC_OPTS -t 1 -qscale 10 -acodec ac3_fixed -b:a 64k
+do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $DEC_OPTS -ar 44100 -f s16le -i $pcm_src $ENC_OPTS -t 1 -qscale 10 -acodec ac3_fixed -ab 64k
 # broken
 #do_avconv_crc $file -i $target_path/$file
 fi



More information about the ffmpeg-cvslog mailing list