X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2Fpixbuf.c;h=fd0f0b636423177e6e2b18f42010b0957fcc0c64;hb=d5d878221c3123ef1d3a335dbc2b1878b3fdb983;hp=64a23b72ec915cbd13923c6543a36f4421048b51;hpb=d0a840da47c2c35959641c26d74b1498df0ed6be;p=melted diff --git a/src/tests/pixbuf.c b/src/tests/pixbuf.c index 64a23b7..fd0f0b6 100644 --- a/src/tests/pixbuf.c +++ b/src/tests/pixbuf.c @@ -33,7 +33,6 @@ int main( int argc, char **argv ) mlt_playlist pl2 = mlt_playlist_init(); mlt_producer overlay = mlt_factory_producer( "pixbuf", file2 ); mlt_playlist_append( pl2, overlay ); - mlt_properties_set_int( mlt_producer_properties( overlay ), "video_standard", mlt_video_standard_pal ); mlt_properties_set_int( mlt_producer_properties( overlay ), "x", 600 ); mlt_properties_set_int( mlt_producer_properties( overlay ), "y", 460 ); mlt_properties_set_double( mlt_producer_properties( overlay ), "mix", 0.8 );