summaryrefslogtreecommitdiff
path: root/libavcodec/xsubdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xsubdec.c')
-rw-r--r--libavcodec/xsubdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xsubdec.c b/libavcodec/xsubdec.c
index d9740c09fb..5f7d8fd23d 100644
--- a/libavcodec/xsubdec.c
+++ b/libavcodec/xsubdec.c
@@ -133,5 +133,5 @@ AVCodec xsub_decoder = {
NULL,
NULL,
decode_frame,
- .long_name = "XSUB",
+ .long_name = NULL_IF_CONFIG_SMALL("XSUB"),
};