OSDN Git Service

VOBSUB encoder skeleton for use with mkv VOBSUB pass-through
[handbrake-jp/handbrake-jp-git.git] / libhb / decvobsub.c
index 98ffa1a..102d18f 100644 (file)
@@ -125,7 +125,7 @@ void decsubClose( hb_work_object_t * w )
 hb_work_object_t hb_decsub =
 {
     WORK_DECSUB,
-    "Subtitle decoder",
+    "VOBSUB decoder",
     decsubInit,
     decsubWork,
     decsubClose