Commit 86082035 authored by michaelni's avatar michaelni

disabling ac3 decoding regression test (its different between different...

disabling ac3 decoding regression test (its different between different compilers/platforms due to float use)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1718 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bad16163
......@@ -30,4 +30,3 @@ f23a9e50a559e174766ee808c48fea22 *./data/out.yuv
21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2
116d1290ba1b4eb98fdee52e423417b1 *./data/out.wav
048b9c3444c788bac6ce5cc3a8f4db00 *./data/a-ac3.rm
004842f0a35eb3de1f38aec933130d81 *./data/out.wav
......@@ -238,7 +238,7 @@ file=${outfile}ac3.rm
do_ffmpeg $file -y -ab 128 -ac 2 -f s16le -i $pcm_src -vn $file
# ac3 decoding
do_ffmpeg $pcm_dst -y -i $file -f wav $pcm_dst
#do_ffmpeg $pcm_dst -y -i $file -f wav $pcm_dst
fi
###################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment