X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2Fpango.c;h=fb5e19a039b75bcde3916e1b2098379d3c442cb4;hb=f4d4669b66a9f23be85527f65dec19a566db561c;hp=fb56113e5c1b3bfe386d053e86d482e36709cbe0;hpb=8691b6464c35a77ae001b9843891a90dd9fd3d50;p=melted diff --git a/src/tests/pango.c b/src/tests/pango.c index fb56113..fb5e19a 100644 --- a/src/tests/pango.c +++ b/src/tests/pango.c @@ -33,7 +33,6 @@ int main( int argc, char **argv ) mlt_playlist pl2 = mlt_playlist_init(); mlt_producer title = mlt_factory_producer( "pango", NULL ); //"Mutton Lettuce Tomato" ); mlt_playlist_append( pl2, title ); - mlt_properties_set_int( mlt_producer_properties( title ), "video_standard", mlt_video_standard_pal ); mlt_properties_set( mlt_producer_properties( title ), "font", "Sans Bold 36" ); mlt_properties_set( mlt_producer_properties( title ), "text", text ); mlt_properties_set_int( mlt_producer_properties( title ), "bgcolor", 0x0000007f );