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 'libavformat/cdxl.c')
-rw-r--r--libavformat/cdxl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/cdxl.c b/libavformat/cdxl.c
index 33b6d5cbad..c42e0d3545 100644
--- a/libavformat/cdxl.c
+++ b/libavformat/cdxl.c
@@ -258,7 +258,7 @@ static const AVClass cdxl_demuxer_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVInputFormat ff_cdxl_demuxer = {
+const AVInputFormat ff_cdxl_demuxer = {
.name = "cdxl",
.long_name = NULL_IF_CONFIG_SMALL("Commodore CDXL video"),
.priv_data_size = sizeof(CDXLDemuxContext),