diff options
-rw-r--r-- | libhb/muxcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index 30536dd00..b64ebff85 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -236,6 +236,7 @@ static void MuxerFunc( void * _mux ) break; case HB_MUX_MKV: m = hb_mux_mkv_init( job ); + break; default: hb_error( "No muxer selected, exiting" ); *job->die = 1; |