X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2Fconsumer_sdl.c;h=7d867df9369afb31b27e28240c8fd7201b6bf93a;hb=2c0cf75e5da5906e48c5a6398bd48d04501283b9;hp=1d1e95965b5631ade68f2661486ea40ab8264ffb;hpb=1d3ab5568258841b1741b8c2fc88ce4e958e6fc6;p=melted diff --git a/src/modules/sdl/consumer_sdl.c b/src/modules/sdl/consumer_sdl.c index 1d1e959..7d867df 100644 --- a/src/modules/sdl/consumer_sdl.c +++ b/src/modules/sdl/consumer_sdl.c @@ -103,7 +103,7 @@ mlt_consumer consumer_sdl_init( char *arg ) mlt_properties_set( this->properties, "rescale", "nearest" ); // Default buffer for low latency - mlt_properties_set_int( this->properties, "buffer", 2 ); + mlt_properties_set_int( this->properties, "buffer", 1 ); // Default progressive true mlt_properties_set_int( this->properties, "progressive", 0 );