Specify maximum sample rate of MLP by defining the factor relative to 48000
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 26 Sep 2009 16:04:35 +0000 (16:04 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 26 Sep 2009 16:04:35 +0000 (16:04 +0000)
commita55247e76168e5e67d45e5fedec9cb9c62069673
tree8adcfaad575a72f7a23a87cdc818f2aa5da95a1b
parenta8c7a3d2c120aebd983687f2a6790b9c76bbd339
Specify maximum sample rate of MLP by defining the factor relative to 48000
instead of directly.
This makes clear that the code assumes the maximum sample rate to be
a multiple of 48000 and also removes the division from the MAX_BLOCKSIZE
macros, which causes an issue with the Solaris assembler where "/" is
a comment marker unless the --divide option is used.

Originally committed as revision 20026 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mlp.h