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/muxcommon.c | |
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/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index fa412cbca..4738bfa2a 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -475,10 +475,6 @@ hb_work_object_t * hb_muxer_init( hb_job_t * job ) mux->m = hb_mux_avformat_init( job ); break; #endif -#ifdef USE_X265 - case HB_MUX_X265: - break; -#endif default: hb_error( "No muxer selected, exiting" ); *job->done_error = HB_ERROR_INIT; |