Commit 998a7aa3 authored by Vitor Sessak's avatar 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
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment