summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 357405c6b..77be3bb96 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -3793,11 +3793,6 @@ int hb_subtitle_can_pass( int source, int mux )
return 0;
} break;
- case HB_MUX_MP4V2:
- if (source == VOBSUB)
- {
- return 1;
- } // fall through to next case...
case HB_MUX_AV_MP4:
switch( source )
{