X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264dec.c;h=38f89672653e4b0557a7138acc9054e447e10368;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=536020095c5f68e6f7950aea5e24694822c8ebd2;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 536020095c5..38f89672653 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,