diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/common.h b/libhb/common.h index b57103d06..a76e51e55 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -507,8 +507,8 @@ struct hb_job_s #define HB_MUX_MASK_MKV 0x300000 #define HB_MUX_MASK_AV 0x220000 /* default muxer for each container */ -#define HB_MUX_MP4 HB_MUX_MP4V2 -#define HB_MUX_MKV HB_MUX_LIBMKV +#define HB_MUX_MP4 HB_MUX_AV_MP4 +#define HB_MUX_MKV HB_MUX_AV_MKV int mux; char * file; |