about the colorspaces supported across the link.
Commited in SoC by Bobby Bingham on 2007-12-20 20:47:11
Originally committed as revision 12028 to svn://svn.ffmpeg.org/ffmpeg/trunk
link->dstpad = in;
filt->inputs[in] = link;
+ /* if any information on supported colorspaces already exists on the
+ * link, we need to preserve that */
+ if(link->out_formats) {
+ filt->outputs[out]->out_formats = link->out_formats;
+ link->out_formats = NULL;
+ }
+
return 0;
}