lavfi/decimate: remove usage of link->cur_buf.

This commit is contained in:
Clément Bœsch 2012-12-26 19:56:53 +01:00
parent 33e0eb5109
commit 5673a0102a
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ static int filter_frame(AVFilterLink *inlink, AVFilterBufferRef *cur)
} else {
avfilter_unref_buffer(decimate->ref);
decimate->ref = cur;
inlink->cur_buf = NULL;
decimate->drop_count = FFMIN(-1, decimate->drop_count-1);
if (ret = ff_filter_frame(outlink, avfilter_ref_buffer(cur, ~AV_PERM_WRITE)) < 0)