Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/notchlc.c')
-rw-r--r--libavcodec/notchlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/notchlc.c b/libavcodec/notchlc.c
index 9a53cad9cb..c109c5f6f3 100644
--- a/libavcodec/notchlc.c
+++ b/libavcodec/notchlc.c
@@ -537,7 +537,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_notchlc_decoder = {
+const AVCodec ff_notchlc_decoder = {
.name = "notchlc",
.long_name = NULL_IF_CONFIG_SMALL("NotchLC"),
.type = AVMEDIA_TYPE_VIDEO,