OSDN Git Service

fix mkv muxing. eddyg forgot to add a break in a switch he modified.
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 4 May 2009 15:43:35 +0000 (15:43 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 4 May 2009 15:43:35 +0000 (15:43 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2378 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxcommon.c

index 30536dd..b64ebff 100644 (file)
@@ -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;