diff options
Diffstat (limited to 'libavcodec/mpc8.c')
-rw-r--r-- | libavcodec/mpc8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpc8.c b/libavcodec/mpc8.c index e9919aea62..ae07093338 100644 --- a/libavcodec/mpc8.c +++ b/libavcodec/mpc8.c @@ -383,7 +383,7 @@ static av_cold void mpc8_decode_flush(AVCodecContext *avctx) c->cur_frame = 0; } -AVCodec ff_mpc8_decoder = { +const AVCodec ff_mpc8_decoder = { .name = "mpc8", .long_name = NULL_IF_CONFIG_SMALL("Musepack SV8"), .type = AVMEDIA_TYPE_AUDIO, |