summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authoreddyg <[email protected]>2007-10-23 21:05:25 +0000
committereddyg <[email protected]>2007-10-23 21:05:25 +0000
commit4bbda43a544bf8f97b8d4db7c1850882c2dbb242 (patch)
tree4d5d8e0214c45e9a8474ed9ba6b5284cfd6edfb2 /test/test.c
parentcd93fcecc60fb6ea1cabf74a695e672d5a5ed2ae (diff)
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
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c1
1 files changed, 1 insertions, 0 deletions
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 );
}