Skip to content
Snippets Groups Projects
Commit 3c300082 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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

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

Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c7f2eb83
No related branches found
No related tags found
No related merge requests found
...@@ -30,4 +30,3 @@ f23a9e50a559e174766ee808c48fea22 *./data/out.yuv ...@@ -30,4 +30,3 @@ f23a9e50a559e174766ee808c48fea22 *./data/out.yuv
21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2 21f8ff9f1daacd9133683bb4ea0f50a4 *./data/a-mp2.mp2
116d1290ba1b4eb98fdee52e423417b1 *./data/out.wav 116d1290ba1b4eb98fdee52e423417b1 *./data/out.wav
048b9c3444c788bac6ce5cc3a8f4db00 *./data/a-ac3.rm 048b9c3444c788bac6ce5cc3a8f4db00 *./data/a-ac3.rm
004842f0a35eb3de1f38aec933130d81 *./data/out.wav
...@@ -238,7 +238,7 @@ file=${outfile}ac3.rm ...@@ -238,7 +238,7 @@ file=${outfile}ac3.rm
do_ffmpeg $file -y -ab 128 -ac 2 -f s16le -i $pcm_src -vn $file do_ffmpeg $file -y -ab 128 -ac 2 -f s16le -i $pcm_src -vn $file
# ac3 decoding # 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 fi
################################### ###################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment