summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-02-12 01:24:30 +0000
committerRodeo <[email protected]>2014-02-12 01:24:30 +0000
commit9c5ab59e9911f8efd7f414512f83056eb737be99 (patch)
tree6c4ac6459daf410107855c1b06621a4af5464218 /libhb/common.h
parent307c777504c7d3d2fc33db9bcaa3ef3d310e4d38 (diff)
x265: misc. container-related fixes.
CLI users: please use -f x265 instead of -f raw git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6027 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/common.h b/libhb/common.h
index db9440f4b..a07734729 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -501,7 +501,7 @@ struct hb_job_s
* mux: output file format
* file: file path
*/
-#define HB_MUX_MASK 0xFF0000
+#define HB_MUX_MASK 0xFF0001
#define HB_MUX_MP4V2 0x010000
#define HB_MUX_AV_MP4 0x020000
#define HB_MUX_MASK_MP4 0x030000
@@ -509,7 +509,7 @@ 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_RAW 0x001000
+#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