]> granicus.if.org Git - handbrake/commitdiff
Start mkv clusters with a video keyframe whenever possible
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 5 Apr 2011 00:05:05 +0000 (00:05 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 5 Apr 2011 00:05:05 +0000 (00:05 +0000)
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

contrib/libmkv/module.defs

index 09c6a9d4181f9bbd94dfe1a076c64ed20766f0f3..15ec222689e0a3b52875c794385bf6dc342ff955 100644 (file)
@@ -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;