diff options
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index b085bd769..4ac35d515 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -475,6 +475,10 @@ 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_RAW: + break; +#endif default: hb_error( "No muxer selected, exiting" ); *job->done_error = HB_ERROR_INIT; |