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/libaribb24.c')
-rw-r--r--libavcodec/libaribb24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libaribb24.c b/libavcodec/libaribb24.c
index 3a59938451..0766c0079d 100644
--- a/libavcodec/libaribb24.c
+++ b/libavcodec/libaribb24.c
@@ -380,7 +380,7 @@ static const AVClass aribb24_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_libaribb24_decoder = {
+const AVCodec ff_libaribb24_decoder = {
.name = "libaribb24",
.long_name = NULL_IF_CONFIG_SMALL("libaribb24 ARIB STD-B24 caption decoder"),
.type = AVMEDIA_TYPE_SUBTITLE,