vf_slicify: 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:09:48 +0000 (21:09 +0200)
commit5b50ae94e66547b25fc010d7e4bb1de5788a459c
tree84cbd9d34959e3e94b82d28e8c2aff351e5ed8bf
parent0393af4f0b9a536fb2a005c94aeb3a476db2645b
vf_slicify: 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_slicify.c