[Kdenlive-devel] [PATCH] compilation fix for krender.cpp
Jean-Michel Pouré
jm at poure.com
Sun Feb 24 08:25:22 UTC 2008
The patch cannot be applied. Could you try sending it to my private
email as attachment. Thanks.
On sam, 2008-02-23 at 18:54 -0800, Dan Dennedy wrote:
> 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