summaryrefslogtreecommitdiff
path: root/libavcodec/tdsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tdsc.c')
-rw-r--r--libavcodec/tdsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tdsc.c b/libavcodec/tdsc.c
index 9e7381c2bb..79bdc422e1 100644
--- a/libavcodec/tdsc.c
+++ b/libavcodec/tdsc.c
@@ -621,7 +621,7 @@ static int tdsc_decode_frame(AVCodecContext *avctx, void *data,
return avpkt->size;
}
-AVCodec ff_tdsc_decoder = {
+const AVCodec ff_tdsc_decoder = {
.name = "tdsc",
.long_name = NULL_IF_CONFIG_SMALL("TDSC"),
.type = AVMEDIA_TYPE_VIDEO,