From 9c5ab59e9911f8efd7f414512f83056eb737be99 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Wed, 12 Feb 2014 01:24:30 +0000 Subject: 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 --- libhb/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libhb/common.h') 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 -- cgit v1.2.3