diff options
author | jstebbins <[email protected]> | 2014-09-13 14:19:55 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-09-13 14:19:55 +0000 |
commit | 1cffd4404430e825ea46e1b7732c5e256279db96 (patch) | |
tree | 425c7feedfe1a3027fe089d31faa3c1a9d4a38db /libhb | |
parent | e86272202d15a79e8a675e101592e0b5aa5d7d68 (diff) |
libhb: re-enable vobsub in mp4 support
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6401 b64f7644-9d1e-0410-96f1-a4d463321fa5
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: |