]> granicus.if.org Git - handbrake/commit
libhb: fix potential invalid memory access in decomb
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 12 Sep 2012 13:09:21 +0000 (13:09 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 12 Sep 2012 13:09:21 +0000 (13:09 +0000)
commit6af5392e79799d76135e4b006c5ea817d5af01df
tree994ad00c7808f860918600a735f28705064ea3d7
parent3c3ac7ad93a7b644a327ac8027a4593395b0ba24
libhb: fix potential invalid memory access in decomb
YADIF_CHECK in MODE_CUBIC touches pixels -3 and +3 from the current position.
We had a conditional to bypass this check if we were 2 away from left
or right edges which was insuffecient for this mode.

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