vf_aspect: clear AVFilterLink.cur_buf in start_frame().
authorAnton Khirnov <anton@khirnov.net>
Wed, 11 Jul 2012 07:58:43 +0000 (09:58 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 20 Jul 2012 19:06:40 +0000 (21:06 +0200)
commit51a8049be8be096b50a1613d65433f9c7949e1a2
tree6551e3e7a4c038f93109061b6f9857c0696c8836
parentb70d89a033dacf53758256f875f1b23ce0ae13f1
vf_aspect: clear AVFilterLink.cur_buf in start_frame().

The buffer is passed on to the next filter, so we shouldn't keep any
pointers to it.
libavfilter/vf_aspect.c