summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_slicify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_slicify.c b/libavfilter/vf_slicify.c
index e256c4561b..e35407586e 100644
--- a/libavfilter/vf_slicify.c
+++ b/libavfilter/vf_slicify.c
@@ -73,6 +73,7 @@ static void start_frame(AVFilterLink *link, AVFilterBufferRef *picref)
slice->h = FFMAX(8, slice->h & (-1 << slice->vshift));
av_log(link->dst, AV_LOG_DEBUG, "h:%d\n", slice->h);
+ link->cur_buf = NULL;
ff_start_frame(link->dst->outputs[0], picref);
}