From d779db015e45de223ff533649d2a16319da713e0 Mon Sep 17 00:00:00 2001 From: saintdev Date: Sat, 14 Jul 2007 02:24:41 +0000 Subject: Matroska muxer! -Chapters don't work in VLC. I'll need to update the library to work-around this. Most other players should pick them up, however. -PAR, check. -x264 b-frames, check. -Multi-track audio, check. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@680 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxcommon.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libhb/muxcommon.c') diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index 3fc13b8c7..009b81bd6 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -80,6 +80,8 @@ static void MuxerFunc( void * _mux ) case HB_MUX_OGM: m = hb_mux_ogm_init( job ); break; + case HB_MUX_MKV: + m = hb_mux_mkv_init( job ); } } -- cgit v1.2.3