提交 552c0208 编写于 作者: V Vitor Sessak

Make default end_frame() implementation more useful.

Commited in SoC by Bobby Bingham on 2007-08-17 16:45:47

Originally committed as revision 12066 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 712048da
......@@ -77,8 +77,10 @@ void avfilter_default_end_frame(AVFilterLink *link)
link->cur_pic = NULL;
if(out) {
if(out->outpic) {
avfilter_unref_pic(out->outpic);
out->outpic = NULL;
}
avfilter_end_frame(out);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册