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/photocd.c')
-rw-r--r--libavcodec/photocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/photocd.c b/libavcodec/photocd.c
index 408ddeaac8..f95d5a8eb8 100644
--- a/libavcodec/photocd.c
+++ b/libavcodec/photocd.c
@@ -458,7 +458,7 @@ static const AVClass photocd_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_photocd_decoder = {
+const AVCodec ff_photocd_decoder = {
.name = "photocd",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_PHOTOCD,