From: jstebbins <jstebbins.hb@gmail.com>
Date: Tue, 5 Apr 2011 00:05:05 +0000 (+0000)
Subject: Start mkv clusters with a video keyframe whenever possible
X-Git-Tag: 0.9.6~562
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5219abc822c4baf15fea05de6042e86f3a1cb9cf;p=handbrake

Start mkv clusters with a video keyframe whenever possible
libmkv now starts a new cluster whever there is a video keyframe if
the new cluster would not be closer than 2 seconds to the previous cluster.


git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3901 b64f7644-9d1e-0410-96f1-a4d463321fa5
---

diff --git a/contrib/libmkv/module.defs b/contrib/libmkv/module.defs
index 09c6a9d41..15ec22268 100644
--- a/contrib/libmkv/module.defs
+++ b/contrib/libmkv/module.defs
@@ -1,6 +1,6 @@
 $(eval $(call import.MODULE.defs,LIBMKV,libmkv))
 $(eval $(call import.CONTRIB.defs,LIBMKV))
 
-LIBMKV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libmkv-0.6.4.1-0-ga80e593.tar.bz2
+LIBMKV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libmkv-0.6.4.1-3-g62ce8b9.tar.gz
 
 LIBMKV.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; mkdir m4; autoreconf -fiv;