From 61dfe121791adf953386642844cd9258ba99f179 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 3 Jun 2013 21:49:39 +0200 Subject: sub: add name field to all sub decoders Might help with debugging. --- sub/sd_srt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/sd_srt.c') 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, -- cgit v1.2.3