]> granicus.if.org Git - handbrake/commit
libhb: fix deinterlace fast problem with sources that have <mod8 alignment
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 25 Jun 2012 07:56:49 +0000 (07:56 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 25 Jun 2012 07:56:49 +0000 (07:56 +0000)
commitefbf9c29a90a8590080c98a53a67cb5e98cddb02
tree2e2e1748ea3ce9ad24fe7ba8413b43ada2ec764b
parent7e1d3dc3448805803138cb4fe4ad1e1c8d6f1c85
libhb: fix deinterlace fast problem with sources that have <mod8 alignment
avpicture_deinterlace requires that both width and height of the input
be 8 pixel aligned.  Video buffers already have padding to align horizontally
to 16 pixels, but they were not padded vertically.  This adds vertical
padding.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4776 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decavcodec.c
libhb/decomb.c
libhb/deinterlace.c
libhb/detelecine.c
libhb/fifo.c
libhb/hb.c
libhb/hb.h
libhb/internal.h