[FFmpeg-cvslog] enc_dec_pcm: add bitexact flag

Michael Niedermayer git at videolan.org
Sun Jun 10 03:00:18 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jun 10 02:57:25 2012 +0200| [fd8da83d55f6a12350c47d3560cf39bf83a0a81e] | committer: Michael Niedermayer

enc_dec_pcm: add bitexact flag

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

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

 tests/fate-run.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 26ccaea..39981c1 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -108,7 +108,7 @@ enc_dec_pcm(){
     cleanfiles=$encfile
     encfile=$(target_path ${encfile})
     ffmpeg -i $src_file "$@" -f $out_fmt -y ${encfile} || return
-    ffmpeg -i ${encfile} -c:a pcm_${pcm_fmt} -f ${dec_fmt} -
+    ffmpeg -flags +bitexact -i ${encfile} -c:a pcm_${pcm_fmt} -f ${dec_fmt} -
 }
 
 FLAGS="-flags +bitexact -sws_flags +accurate_rnd+bitexact"



More information about the ffmpeg-cvslog mailing list