diff options
author | eddyg <[email protected]> | 2007-10-23 21:05:25 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2007-10-23 21:05:25 +0000 |
commit | 4bbda43a544bf8f97b8d4db7c1850882c2dbb242 (patch) | |
tree | 4d5d8e0214c45e9a8474ed9ba6b5284cfd6edfb2 /test/test.c | |
parent | cd93fcecc60fb6ea1cabf74a695e672d5a5ed2ae (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.c | 1 |
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 ); } |