From a6f4fc5a93be96700eb53d2b70b498a8c28edf97 Mon Sep 17 00:00:00 2001 From: Yunqing Wang Date: Thu, 12 Jul 2012 08:23:12 -0700 Subject: Remove unused parameter in encoder interface code Removed encoding_mode, which is not used anymore. Change-Id: I569b2d4afe4d2f57bda8248615108c7cfc40134c --- vpx/vp8cx.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'vpx') diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index f8779387c..ec6485c80 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -234,18 +234,6 @@ typedef struct vpx_scaling_mode VPX_SCALING_MODE v_scaling_mode; /**< vertical scaling mode */ } vpx_scaling_mode_t; -/*!\brief VP8 encoding mode - * - * This defines VP8 encoding mode - * - */ -typedef enum -{ - VP8_BEST_QUALITY_ENCODING, - VP8_GOOD_QUALITY_ENCODING, - VP8_REAL_TIME_ENCODING -} vp8e_encoding_mode; - /*!\brief VP8 token partition mode * * This defines VP8 partitioning mode for compressed data, i.e., the number of -- cgit v1.2.3