X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fpgssubdec.c;h=8b088bda8f0ae7c068092c5d908b88d7fefcac28;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=eaf069017a3b9b495113d47061bea4b1c41d9608;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/pgssubdec.c b/libavcodec/pgssubdec.c index eaf069017a3..8b088bda8f0 100644 --- a/libavcodec/pgssubdec.c +++ b/libavcodec/pgssubdec.c @@ -703,7 +703,7 @@ static const AVClass pgsdec_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_pgssub_decoder = { +const AVCodec ff_pgssub_decoder = { .name = "pgssub", .long_name = NULL_IF_CONFIG_SMALL("HDMV Presentation Graphic Stream subtitles"), .type = AVMEDIA_TYPE_SUBTITLE,