View | Details | Raw Unified
Collapse All | Expand All

(-) mlt-0.2.4/src/modules/avformat/consumer_avformat.c.orig (-1 / +1 lines)
 Lines 623-629    Link Here 
	struct timeval ante;
	struct timeval ante;
	// Get the frame rate
	// Get the frame rate
	int fps = mlt_properties_get_double( properties, "fps" );
	double fps = mlt_properties_get_double( properties, "fps" );
	// Get width and height
	// Get width and height
	int width = mlt_properties_get_int( properties, "width" );
	int width = mlt_properties_get_int( properties, "width" );