Browse Source

Need to copy over colorspace property too

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

Originally committed as revision 12698 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
81c25293c8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/avfiltergraph.c

+ 1
- 0
libavfilter/avfiltergraph.c View File

@@ -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? */


Loading…
Cancel
Save