diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-30 12:54:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-30 13:10:22 +0200 |
commit | 607461e50de1b21da34d8cad76e22e04391aacfc (patch) | |
tree | 257a658771ddea293dcbeb7de09950d4fe33b6a1 /tests | |
parent | 8f61526978697e51d3b9e61ea84daf13c42717af (diff) | |
download | ffmpeg-607461e50de1b21da34d8cad76e22e04391aacfc.tar.gz |
fate: add bitexact flag to ac3-fixed
cant hurt, and should be there for all tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/ac3.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 9e4884de9a..3b79324e77 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 |