Commit 712048da authored by Vitor Sessak's avatar Vitor Sessak

Allow filters to set the requirements on permissions for incoming buffers.

Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26

Originally committed as revision 12065 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f66f53da
......@@ -59,8 +59,6 @@ void avfilter_default_start_frame(AVFilterLink *link, AVFilterPicRef *picref)
if(link->dst->output_count)
out = link->dst->outputs[0];
link->cur_pic = picref;
if(out) {
out->outpic = avfilter_get_video_buffer(out, AV_PERM_WRITE);
out->outpic->pts = picref->pts;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment