]> granicus.if.org Git - handbrake/commit
Patched mp4v2 in mpeg4ip to make the "matrix" property of the tkhd atom in an mp4...
authormaurj <handbrake@maurj.com>
Thu, 15 Feb 2007 18:06:22 +0000 (18:06 +0000)
committermaurj <handbrake@maurj.com>
Thu, 15 Feb 2007 18:06:22 +0000 (18:06 +0000)
commit16c65f4eda417fc0d861a57ec753ecb4781a860f
tree71de16687bff30ddbbb7a6e27d715d938380b803
parent1fb79eeee11c044f50de9f853b75f8451faecfc9
Patched mp4v2 in mpeg4ip to make the "matrix" property of the tkhd atom in an mp4 container not be protected.  (it's stored in the "reserved3" property of the tkhd atom).

Added some new code to muxmp4.c to check for a job->pixel_ratio, and set the tkhd matrix to scale the width up by the right amount where one exists.  This means that QuickTime now honours our anamorphic scaling!

Updated a small error in deca52.c which wasn't critical, but was causing an error when compiling

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@353 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/patch-mpeg4ip.patch
libmediafork/deca52.c
libmediafork/muxmp4.c