]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/consumer_avformat.c
Constness changes
[mlt] / src / modules / avformat / consumer_avformat.c
index 5cf2b2e796f0d6b0ca5fda23ade84865b848e233..c9420fa0afa2f81c09e05ff9cb18bb0e20457b68 100644 (file)
@@ -845,7 +845,7 @@ static void *consumer_thread( void *arg )
 
        // Determine the format
        AVOutputFormat *fmt = NULL;
-       char *filename = mlt_properties_get( properties, "target" );
+       const char *filename = mlt_properties_get( properties, "target" );
        char *format = mlt_properties_get( properties, "f" );
        char *vcodec = mlt_properties_get( properties, "vcodec" );
        char *acodec = mlt_properties_get( properties, "acodec" );