]> granicus.if.org Git - handbrake/commitdiff
Patch mpeg4ip to allow PAR setting in QT
authorprigaux <pri@nopapers.org>
Thu, 15 Feb 2007 13:50:54 +0000 (13:50 +0000)
committerprigaux <pri@nopapers.org>
Thu, 15 Feb 2007 13:50:54 +0000 (13:50 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2@345 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/patch-mpeg4ip.patch [new file with mode: 0644]

diff --git a/contrib/patch-mpeg4ip.patch b/contrib/patch-mpeg4ip.patch
new file mode 100644 (file)
index 0000000..e6ae4d0
--- /dev/null
@@ -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 */