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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/sd.h') diff --git a/sub/sd.h b/sub/sd.h index a2f57a5808..4268137921 100644 --- a/sub/sd.h +++ b/sub/sd.h @@ -45,6 +45,7 @@ struct sd { }; struct sd_functions { + const char *name; bool accept_packets_in_advance; bool (*supports_format)(const char *format); int (*init)(struct sd *sd); -- cgit v1.2.3