diff options
author | Rodeo <[email protected]> | 2014-03-13 01:36:22 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-03-13 01:36:22 +0000 |
commit | 042db50b62739c9a01ed83e225926dbe1de9b843 (patch) | |
tree | 9fd5889fb7e16a564af87bd8447791a431aa2d32 /libhb/common.h | |
parent | 74bc2e472c901e75412dd82845e6cc16277eff1d (diff) |
x265: enable MP4 and Matroska muxing.
Also remove the raw muxer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6105 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index bc790e2d9..4ccac8402 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -515,7 +515,6 @@ struct hb_job_s #define HB_MUX_AV_MKV 0x200000 #define HB_MUX_MASK_MKV 0x300000 #define HB_MUX_MASK_AV 0x220000 -#define HB_MUX_X265 0x000001 /* default muxer for each container */ #define HB_MUX_MP4 HB_MUX_AV_MP4 #define HB_MUX_MKV HB_MUX_AV_MKV |