Specify maximum sample rate of MLP by defining the factor relative to 48000
commit66f67f9f54e74fd5417701899eca5d0d2802937f
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 26 Sep 2009 16:04:35 +0000 (26 16:04 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 26 Sep 2009 16:04:35 +0000 (26 16:04 +0000)
tree35b30f7cd54e28ad0a473d12a331a27545efb542
parent4bcc97ba003ea6f94073a05df17774c336f30f6f
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20026 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/mlp.h