OSDN Git Service

mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c
authorMåns Rullgård <mans@mansr.com>
Thu, 1 Jul 2010 23:21:20 +0000 (23:21 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 1 Jul 2010 23:21:20 +0000 (23:21 +0000)
commit59bebb11e01981346c5e2f5b3e557a45ff89823f
treec104a9326029154ec8a312e4b1062cd016b55165
parent35d597d556af54ead069fe63ef6d8fa403af4340
mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c

Also put compute_antialias_integer() under !CONFIG_FLOAT and change
forward declarations to declare only the relevant one of these.

Fixes warnings about unused functions and pointer type mismatches.

Originally committed as revision 23950 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodec_float.c