diff options
author | John Stebbins <[email protected]> | 2019-12-13 14:56:46 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2020-03-29 08:23:21 -0600 |
commit | 63827ccb7eb8e2addcebb6c9efe43475e4823924 (patch) | |
tree | 0f573af2e9561308904ab103080569c14f77a178 | |
parent | 686906c74a801fbe83377955817031248395e651 (diff) |
fix job logging of dvb subtitle source
-rw-r--r-- | libhb/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c index a5f4bcaf5..fde9c9a55 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -5570,6 +5570,8 @@ const char * hb_subsource_name( int source ) return "SSA"; case PGSSUB: return "PGS"; + case DVBSUB: + return "DVB"; default: return "Unknown"; } |