diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c index f6e773777..79be58758 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -3821,6 +3821,7 @@ int hb_subtitle_can_pass( int source, int mux ) case HB_MUX_AV_MP4: switch( source ) { + case VOBSUB: case SSASUB: case SRTSUB: case UTF8SUB: |