projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b71285
)
Need to copy over colorspace property too
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 4 Apr 2008 20:06:31 +0000
(20:06 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 4 Apr 2008 20:06:31 +0000
(20:06 +0000)
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
libavfilter/avfiltergraph.c
patch
|
blob
|
history
diff --git
a/libavfilter/avfiltergraph.c
b/libavfilter/avfiltergraph.c
index
dae2c97
..
abd41aa
100644
(file)
--- a/
libavfilter/avfiltergraph.c
+++ b/
libavfilter/avfiltergraph.c
@@
-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? */