diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:59:38 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:59:38 +0000 |
commit | 712048daf5078846d705ac158c12a8b916b27f5f (patch) | |
tree | e316243e4430ac6ef4aed872eb3d28b6b70a0c9a /libavfilter/defaults.c | |
parent | f66f53dac8094df199c0fc77818bdb6b50571529 (diff) | |
download | ffmpeg-712048daf5078846d705ac158c12a8b916b27f5f.tar.gz |
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
Diffstat (limited to 'libavfilter/defaults.c')
-rw-r--r-- | libavfilter/defaults.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/defaults.c b/libavfilter/defaults.c index 9976560106..e50543b148 100644 --- a/libavfilter/defaults.c +++ b/libavfilter/defaults.c @@ -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; |