diff options
Diffstat (limited to 'libavcodec/mpegaudiodec_float.c')
-rw-r--r-- | libavcodec/mpegaudiodec_float.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/mpegaudiodec_float.c b/libavcodec/mpegaudiodec_float.c index 9150b33ba2..758ef83e05 100644 --- a/libavcodec/mpegaudiodec_float.c +++ b/libavcodec/mpegaudiodec_float.c @@ -88,7 +88,7 @@ static av_cold int decode_end(AVCodecContext * avctx) } #if CONFIG_MP1FLOAT_DECODER -AVCodec mp1float_decoder = +AVCodec ff_mp1float_decoder = { "mp1float", AVMEDIA_TYPE_AUDIO, @@ -104,7 +104,7 @@ AVCodec mp1float_decoder = }; #endif #if CONFIG_MP2FLOAT_DECODER -AVCodec mp2float_decoder = +AVCodec ff_mp2float_decoder = { "mp2float", AVMEDIA_TYPE_AUDIO, @@ -120,7 +120,7 @@ AVCodec mp2float_decoder = }; #endif #if CONFIG_MP3FLOAT_DECODER -AVCodec mp3float_decoder = +AVCodec ff_mp3float_decoder = { "mp3float", AVMEDIA_TYPE_AUDIO, @@ -136,7 +136,7 @@ AVCodec mp3float_decoder = }; #endif #if CONFIG_MP3ADUFLOAT_DECODER -AVCodec mp3adufloat_decoder = +AVCodec ff_mp3adufloat_decoder = { "mp3adufloat", AVMEDIA_TYPE_AUDIO, @@ -152,7 +152,7 @@ AVCodec mp3adufloat_decoder = }; #endif #if CONFIG_MP3ON4FLOAT_DECODER -AVCodec mp3on4float_decoder = +AVCodec ff_mp3on4float_decoder = { "mp3on4float", AVMEDIA_TYPE_AUDIO, |