diff options
author | jstebbins <[email protected]> | 2014-12-23 22:21:56 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-23 22:21:56 +0000 |
commit | fb8da137e4c4fcdf82483d779db2ca64d87e6f53 (patch) | |
tree | e62ffd5fb9ea038c6ad21dd346015d36443f7ccc | |
parent | e63bbc51fc335708b639d9709019b482ba117e37 (diff) |
libhb: eliminate refereces to libmkv
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6649 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | libhb/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c index 77be3bb96..876377c60 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -3776,7 +3776,6 @@ int hb_subtitle_can_pass( int source, int mux ) switch (mux) { case HB_MUX_AV_MKV: - case HB_MUX_LIBMKV: switch( source ) { case PGSSUB: |