[cig-commits] commit: Adding call to _AssignFromXML as it needs the context here.

Mercurial hg at geodynamics.org
Tue Mar 23 10:36:22 PDT 2010


changeset:   222:e6d27a4e11c1
branch:      1.4.x
user:        JericoRevote
date:        Thu Feb 25 16:20:02 2010 +1100
files:       OutputFormats/src/EncoderLibfame.c
description:
Adding call to _AssignFromXML as it needs the context here.


diff -r fb021afae75c -r e6d27a4e11c1 OutputFormats/src/EncoderLibfame.c
--- a/OutputFormats/src/EncoderLibfame.c	Wed Feb 24 15:27:50 2010 +1100
+++ b/OutputFormats/src/EncoderLibfame.c	Thu Feb 25 16:20:02 2010 +1100
@@ -249,6 +249,7 @@ void _lucEncoderLibfame_AssignFromXML( v
 	AbstractContext*    context;
 
 	/* Construct Parent */
+	_lucOutputFormat_AssignFromXML( outputFormat, cf, data);
 	lucOutputFormat_InitAll( self, "mpeg" );
 
 	window =  Stg_ComponentFactory_ConstructByKey( cf, self->name, (Dictionary_Entry_Key)"Window", lucWindow, True, data   ) ;



More information about the CIG-COMMITS mailing list