Commit 6d8dbc3b authored by vitor's avatar vitor

Need to copy over colorspace property too

Commited in SoC by Bobby Bingham on 2007-08-08 05:39:40


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12698 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9a7b6e15
......@@ -240,6 +240,7 @@ static int graph_in_config_props(AVFilterLink *link)
/* copy link properties over to the dummy internal link */
link2->w = link->w;
link2->h = link->h;
link2->format = link->format;
if(!(config_props = link2->dst->input_pads[link2->dstpad].config_props))
return 0; /* FIXME? */
......
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