]> granicus.if.org Git - handbrake/commit
Fix PAR and height of mpeg-2 1080 content.
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 11 Mar 2011 22:09:18 +0000 (22:09 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 11 Mar 2011 22:09:18 +0000 (22:09 +0000)
commit4aaed20c697c1a7e8fe7e039cf1949a320758286
tree20b74827cd388858f54de02dd26e0b4887eed9e6
parentcfcf5367aeda3ee5c64ab7b79d855e8136799fac
Fix PAR and height of mpeg-2 1080 content.
mpeg-2 dimensions must be multiples of 16, so the actual coded height
is 1088.  But there are fields in the sequence header that define
the "display" height and width.  We were ignoring these which lead
to slightly incorrect height and PAR.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3838 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decmpeg2.c