]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xsubdec.c
Removes misleading const qualifier, gets rid of two compiler warnings
[ffmpeg] / libavcodec / xsubdec.c
index 480fc9af5aec36a170ba8dcb5de7e0ebe4526f94..5f7d8fd23dbbbabb92d694688fc1e81f6c7ee3f1 100644 (file)
@@ -133,4 +133,5 @@ AVCodec xsub_decoder = {
     NULL,
     NULL,
     decode_frame,
+    .long_name = NULL_IF_CONFIG_SMALL("XSUB"),
 };