From 16b108df37c04b651af2c03863410ec36e25d6be Mon Sep 17 00:00:00 2001 From: j-b-m Date: Sat, 13 Jan 2007 19:52:43 +0000 Subject: [PATCH] Allow changing volume in sdl_preview consumer git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@945 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/sdl/consumer_sdl_preview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/modules/sdl/consumer_sdl_preview.c b/src/modules/sdl/consumer_sdl_preview.c index 0ff9731..f79c1b3 100644 --- a/src/modules/sdl/consumer_sdl_preview.c +++ b/src/modules/sdl/consumer_sdl_preview.c @@ -174,7 +174,7 @@ static int consumer_start( mlt_consumer parent ) mlt_properties_set_int( play, "progressive", progressive ); mlt_properties_set_int( still, "progressive", progressive ); - mlt_properties_pass_list( play, properties, "resize,rescale,width,height,aspect_ratio,display_ratio" ); + mlt_properties_pass_list( play, properties, "resize,rescale,width,height,aspect_ratio,display_ratio,volume" ); mlt_properties_pass_list( still, properties, "resize,rescale,width,height,aspect_ratio,display_ratio" ); mlt_properties_pass_list( play, properties, "deinterlace_method" ); mlt_properties_pass_list( still, properties, "deinterlace_method" ); -- 1.7.4.4