From c2f9ef8fb29c7de0813dff397eb825cde946c0dc Mon Sep 17 00:00:00 2001 From: rfelker Date: Sun, 28 Sep 2003 03:37:42 +0000 Subject: support for selecting which plane to use for metrics in the pullup core (one of the chroma planes could be used for much lower cpu load at the expense of some accuracy) and turning off verbose mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10957 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/pullup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpcodecs/pullup.h') diff --git a/libmpcodecs/pullup.h b/libmpcodecs/pullup.h index 643eaafd21..6f5ef624a0 100644 --- a/libmpcodecs/pullup.h +++ b/libmpcodecs/pullup.h @@ -48,6 +48,7 @@ struct pullup_context unsigned int cpu; int junk_left, junk_right, junk_top, junk_bottom; int verbose; + int metric_plane; /* Internal data */ struct pullup_field *first, *last, *head; struct pullup_buffer *buffers; -- cgit v1.2.3