]> git.sesse.net Git - ffmpeg/commit
vf_pad: fix "vsub" variable value computation
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 4 Jul 2011 09:15:14 +0000 (11:15 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Sep 2011 06:03:30 +0000 (08:03 +0200)
commit80de930a781c177dc54f3836f57aa8959597bcda
tree1d12c98e3091f0277cc5581007821cce61f912a2
parent46b29397a658805118e920167dcfe1bf60573e53
vf_pad: fix "vsub" variable value computation

It was shifting 2 rather than 1, +10l.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavfilter/vf_pad.c