summaryrefslogtreecommitdiffstats
path: root/sub/sd_srt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd_srt.c')
-rw-r--r--sub/sd_srt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/sd_srt.c b/sub/sd_srt.c
index ec4768a598..fcad088dc1 100644
--- a/sub/sd_srt.c
+++ b/sub/sd_srt.c
@@ -458,6 +458,7 @@ static void decode(struct sd *sd, struct demux_packet *packet)
}
const struct sd_functions sd_srt = {
+ .name = "srt",
.supports_format = supports_format,
.init = init,
.decode = decode,