summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhui su <huisu@google.com>2015-08-17 09:44:40 -0700
committerhui su <huisu@google.com>2015-08-17 09:44:40 -0700
commitdb14911ccb7e278357e76bfb3f1e7536b99bc889 (patch)
tree5b1b7c96ccf7b3539d73c6f98fdec6901f66ebf2
parenta4c7e92b81737ce4c77ced96ba3c8096e1cfe19e (diff)
downloadlibvpx-db14911ccb7e278357e76bfb3f1e7536b99bc889.tar
libvpx-db14911ccb7e278357e76bfb3f1e7536b99bc889.tar.gz
libvpx-db14911ccb7e278357e76bfb3f1e7536b99bc889.tar.bz2
libvpx-db14911ccb7e278357e76bfb3f1e7536b99bc889.zip
remove unused high-bit-depth args from arg list
Change-Id: I8373a0e980aaaa0d0cab8b2e69d1a897ff5aec2d
-rw-r--r--vpxenc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vpxenc.c b/vpxenc.c
index c2d817171..53ba44e6c 100644
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -452,9 +452,6 @@ static const arg_def_t *vp9_args[] = {
&frame_parallel_decoding, &aq_mode, &frame_periodic_boost,
&noise_sens, &tune_content, &input_color_space,
&min_gf_interval, &max_gf_interval,
-#if CONFIG_VP9_HIGHBITDEPTH
- &bitdeptharg, &inbitdeptharg,
-#endif
NULL
};
static const int vp9_arg_ctrl_map[] = {