[FFmpeg-cvslog] r12698 - trunk/libavfilter/avfiltergraph.c

vitor subversion
Fri Apr 4 22:06:32 CEST 2008


Author: vitor
Date: Fri Apr  4 22:06:31 2008
New Revision: 12698

Log:
Need to copy over colorspace property too

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


Modified:
   trunk/libavfilter/avfiltergraph.c

Modified: trunk/libavfilter/avfiltergraph.c
==============================================================================
--- trunk/libavfilter/avfiltergraph.c	(original)
+++ trunk/libavfilter/avfiltergraph.c	Fri Apr  4 22:06:31 2008
@@ -240,6 +240,7 @@ static int graph_in_config_props(AVFilte
     /* 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? */




More information about the ffmpeg-cvslog mailing list