]> git.sesse.net Git - ffmpeg/commit
vf_yadif: unset cur_buf on the input link.
authorAnton Khirnov <anton@khirnov.net>
Wed, 25 Jul 2012 06:42:27 +0000 (08:42 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Wed, 25 Jul 2012 22:01:04 +0000 (00:01 +0200)
commitb5c8aa745ead1b9a561ced99179291bb94048c84
tree8f129c536a1fbc9e38516e78f2f78cd7d253cebd
parentf431315a866da9600e3eaa99fc54da1f554f170c
vf_yadif: unset cur_buf on the input link.

The buffer is stored internally, so this prevents it from being unreffed
automatically.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavfilter/vf_yadif.c