diff options
author | jbrjake <[email protected]> | 2007-08-14 16:15:30 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-08-14 16:15:30 +0000 |
commit | 29cb63a51474e10dd8ad264b50b20e79022cc14b (patch) | |
tree | b6682ac1b9a7a6e722e919cf9b7293112f4b16b5 /libhb/hb.c | |
parent | 1bafb14a5556bac0c45338e2914ac4fdabb3b0c2 (diff) |
Moves the filters' logging info to work.c, adds parameter info. I also changed the deinterlace filter name to include its default method (ffmpeg) and removed the logging line from work.c that said if job->deinterlace was true or not, as it's now superfluous.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@812 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index 2b8748e7e..861da0702 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -731,7 +731,6 @@ void hb_add( hb_handle_t * h, hb_job_t * job ) for( i = 0; i < filter_count; i++ ) { hb_filter_object_t * filter = hb_list_item( job->filters, i ); - hb_log("Adding filter: %s", filter->name); hb_list_add( job_copy->filters, filter ); } } |