diff options
-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"; } |