From: prigaux Date: Thu, 15 Feb 2007 13:50:54 +0000 (+0000) Subject: Patch mpeg4ip to allow PAR setting in QT X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ace0b6ed3e411e0e570452052e3fd5bb0075666;p=handbrake Patch mpeg4ip to allow PAR setting in QT git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2@345 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/contrib/patch-mpeg4ip.patch b/contrib/patch-mpeg4ip.patch new file mode 100644 index 000000000..e6ae4d0e9 --- /dev/null +++ b/contrib/patch-mpeg4ip.patch @@ -0,0 +1,14 @@ +diff -Naur mpeg4ip/lib/mp4v2/atom_tkhd.cpp mpeg4ip_patched/lib/mp4v2/atom_tkhd.cpp +--- mpeg4ip/lib/mp4v2/atom_tkhd.cpp 2003-11-20 00:46:11.000000000 +0100 ++++ mpeg4ip_patched/lib/mp4v2/atom_tkhd.cpp 2007-02-15 14:47:43.000000000 +0100 +@@ -61,8 +61,9 @@ + pProp->SetFixed16Format(); + AddProperty(pProp); /* 8 */ + ++ /* maurj patch to allow PAR to work in QT + AddReserved("reserved3", 38); /* 9 */ +- ++ */ + pProp = new MP4Float32Property("width"); + pProp->SetFixed32Format(); + AddProperty(pProp); /* 10 */