diff options
Diffstat (limited to 'libavcodec/sipr.c')
-rw-r--r-- | libavcodec/sipr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c index 7ba9fd4a07..a792b22c9f 100644 --- a/libavcodec/sipr.c +++ b/libavcodec/sipr.c @@ -562,7 +562,7 @@ static int sipr_decode_frame(AVCodecContext *avctx, void *data, return mode_par->bits_per_frame >> 3; } -AVCodec ff_sipr_decoder = { +const AVCodec ff_sipr_decoder = { .name = "sipr", .long_name = NULL_IF_CONFIG_SMALL("RealAudio SIPR / ACELP.NET"), .type = AVMEDIA_TYPE_AUDIO, |