提交 998a7aa3 编写于 作者: V Vitor Sessak

Actually fail when colorspaces don't match

Commited in SoC by Bobby Bingham on 2007-07-08 17:58:45

Originally committed as revision 11984 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9586ba3a
......@@ -142,6 +142,7 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad,
link->cur_pic = NULL;
/* find a format both filters support - TODO: auto-insert conversion filter */
link->format = -1;
if(src->filter->outputs[srcpad].query_formats)
fmts[0] = src->filter->outputs[srcpad].query_formats(link);
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册