From 4bbda43a544bf8f97b8d4db7c1850882c2dbb242 Mon Sep 17 00:00:00 2001 From: eddyg Date: Tue, 23 Oct 2007 21:05:25 +0000 Subject: Changed logging messages about PTS discontinuities to be less verbose, and changed audio discontinuity handling to work correctly should it be leading the video. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1035 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test.c b/test/test.c index 45ccc03f3..34cca5cf5 100644 --- a/test/test.c +++ b/test/test.c @@ -482,6 +482,7 @@ static int HandleEvents( hb_handle_t * h ) } if( denoise ) { + hb_log("Added denoise setting of '%s'", hb_filter_denoise.settings); hb_filter_denoise.settings = denoise_opt; hb_list_add( job->filters, &hb_filter_denoise ); } -- cgit v1.2.3