summaryrefslogtreecommitdiffstats
path: root/libhb/deinterlace.c
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-08-14 16:15:30 +0000
committerjbrjake <[email protected]>2007-08-14 16:15:30 +0000
commit29cb63a51474e10dd8ad264b50b20e79022cc14b (patch)
treeb6682ac1b9a7a6e722e919cf9b7293112f4b16b5 /libhb/deinterlace.c
parent1bafb14a5556bac0c45338e2914ac4fdabb3b0c2 (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/deinterlace.c')
-rw-r--r--libhb/deinterlace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/deinterlace.c b/libhb/deinterlace.c
index 1da50d097..9d9337541 100644
--- a/libhb/deinterlace.c
+++ b/libhb/deinterlace.c
@@ -77,7 +77,7 @@ void hb_deinterlace_close( hb_filter_private_t * pv );
hb_filter_object_t hb_filter_deinterlace =
{
FILTER_DEINTERLACE,
- "Deinterlace (yadif/mcdeint)",
+ "Deinterlace (ffmpeg or yadif/mcdeint)",
NULL,
hb_deinterlace_init,
hb_deinterlace_work,