change audio volume range so that the very slow division by 100 can be avoided
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Mar 2005 02:10:23 +0000 (02:10 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Mar 2005 02:10:23 +0000 (02:10 +0000)
commita9aa346717e09328580a95c54f0a1ea1383b7505
tree99fc88c142ffac85ce0a321f02abd2dfad48166f
parent7e987c33ff664ea9672397d3721ad10374ce4858
change audio volume range so that the very slow division by 100 can be avoided
alternatively we could also use a nicer default = 100 or 1.0 scale and internally change it (patch welcome)

Originally committed as revision 4066 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c