]> git.sesse.net Git - mlt/blobdiff - src/modules/core/producer_ppm.c
rename this to self in composite transition
[mlt] / src / modules / core / producer_ppm.c
index 124f03fa3754356d42b4279fb128a6f7a3b77877..929d663369ec0c038337a91f98c70bdd00fc6d1d 100644 (file)
@@ -168,7 +168,7 @@ static int producer_get_audio( mlt_frame this, int16_t **buffer, mlt_audio_forma
                memset( *buffer, 0, size );
 
        // Pass the data on the frame properties
-       mlt_properties_set_data( properties, "audio", *buffer, size, free, NULL );
+       mlt_frame_set_audio( this, *buffer, *format, size, free );
 
        return 0;
 }