[Kdenlive-devel] [PATCH] compilation fix for krender.cpp
Dan Dennedy
dan at dennedy.org
Sun Feb 24 02:54:03 UTC 2008
Index: kdenlive/krender.cpp
===================================================================
--- kdenlive/krender.cpp (revision 1917)
+++ kdenlive/krender.cpp (working copy)
@@ -502,7 +502,7 @@
// Get the video_index
int index = mlt_properties_get_int( properties, "video_index" );
if (context->streams [index] && context->streams[
index ]->codec && context->streams[ index ]->codec->codec->name )
- fcontext->streams &&
ilePropertyMap["videocodec"] = context->streams[ index
]->codec->codec->name;
+ filePropertyMap["videocodec"] =
context->streams[ index ]->codec->codec->name;
}
context = (AVFormatContext *) mlt_properties_get_data(
properties, "audio_context", NULL );
if (context != NULL) {
More information about the Kdenlive
mailing list