summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-04-05 00:05:05 +0000
committerjstebbins <[email protected]>2011-04-05 00:05:05 +0000
commit5219abc822c4baf15fea05de6042e86f3a1cb9cf (patch)
tree53d4ff2967dce650f20a4f1aed232fbdbe082e17
parent8966fc1eda85982bfcc106fac8a9aef14b10202b (diff)
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
-rw-r--r--contrib/libmkv/module.defs2
1 files changed, 1 insertions, 1 deletions
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;