summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264dec.c')
-rw-r--r--libavcodec/h264dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c
index 536020095c..38f8967265 100644
--- a/libavcodec/h264dec.c
+++ b/libavcodec/h264dec.c
@@ -1043,7 +1043,7 @@ static const AVClass h264_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_h264_decoder = {
+const AVCodec ff_h264_decoder = {
.name = "h264",
.long_name = NULL_IF_CONFIG_SMALL("H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10"),
.type = AVMEDIA_TYPE_VIDEO,