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