[FFmpeg-cvslog] fate: add bitexact flag to ac3-fixed
Michael Niedermayer
git at videolan.org
Wed May 30 13:12:15 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed May 30 12:54:22 2012 +0200| [607461e50de1b21da34d8cad76e22e04391aacfc] | committer: Michael Niedermayer
fate: add bitexact flag to ac3-fixed
cant hurt, and should be there for all tests
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=607461e50de1b21da34d8cad76e22e04391aacfc
---
tests/fate/ac3.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
index 9e4884d..3b79324 100644
--- a/tests/fate/ac3.mak
+++ b/tests/fate/ac3.mak
@@ -49,7 +49,7 @@ fate-eac3-encode: FUZZ = 3
FATE_AC3 += fate-ac3-fixed-encode
fate-ac3-fixed-encode: tests/data/asynth-44100-2.wav
fate-ac3-fixed-encode: SRC = tests/data/asynth-44100-2.wav
-fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -ab 128k -f ac3
+fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -ab 128k -f ac3 -flags +bitexact
fate-ac3-fixed-encode: CMP = oneline
fate-ac3-fixed-encode: REF = a1d1fc116463b771abf5aef7ed37d7b1
More information about the ffmpeg-cvslog
mailing list