summaryrefslogtreecommitdiff
path: root/libavcodec/psd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/psd.c')
-rw-r--r--libavcodec/psd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/psd.c b/libavcodec/psd.c
index ae7ad4e559..681d8a83c9 100644
--- a/libavcodec/psd.c
+++ b/libavcodec/psd.c
@@ -545,7 +545,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
return avpkt->size;
}
-AVCodec ff_psd_decoder = {
+const AVCodec ff_psd_decoder = {
.name = "psd",
.long_name = NULL_IF_CONFIG_SMALL("Photoshop PSD file"),
.type = AVMEDIA_TYPE_VIDEO,