]> git.sesse.net Git - mlt/blobdiff - src/modules/core/producer_noise.c
src/framework/mlt_consumer.c
[mlt] / src / modules / core / producer_noise.c
index 1b71cda49638c967fb1d07712447c872107e812c..257f0a2c7db20b05e200df739e58c06b762a73e1 100644 (file)
@@ -55,11 +55,6 @@ mlt_producer producer_noise_init( void *arg )
        // Initialise the producer
        if ( this != NULL )
        {
-               int is_pal = mlt_properties_get_int( MLT_PRODUCER_PROPERTIES( this ), "normalised_height" ) == 576;
-
-               // Synthetic - aspect ratio of 1
-               mlt_properties_set_double( MLT_PRODUCER_PROPERTIES( this ), "aspect_ratio", is_pal ? 59.0/54.0 : 10.0/11.0 );
-
                // Callback registration
                this->get_frame = producer_get_frame;
                this->close = ( mlt_destructor )producer_close;