summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dvbsubdec.c')
-rw-r--r--libavcodec/dvbsubdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c
index 52aee28e88..c9de401a8b 100644
--- a/libavcodec/dvbsubdec.c
+++ b/libavcodec/dvbsubdec.c
@@ -1429,4 +1429,5 @@ AVCodec dvbsub_decoder = {
NULL,
dvbsub_close_decoder,
dvbsub_decode,
+ .long_name = "DVB subtitles",
};