]> git.sesse.net Git - vlc/commit
Fix croppadd out of bounds write (we were padding 'paddleft+paddright' pixels on...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 31 Aug 2008 14:10:14 +0000 (16:10 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 31 Aug 2008 14:11:34 +0000 (16:11 +0200)
commit90f041527795b54eb41713414ccc22e5d72887bb
tree1638c29486fc853468fb76501c40a68b31a290e0
parent816ceea67c80976fd4d94bd3988c8f0fcc8e9eda
Fix croppadd out of bounds write (we were padding 'paddleft+paddright' pixels on the right instead of 'paddright')
modules/video_filter/croppadd.c