From dc08b2040565705f96bfce2a705cadca03245e2f Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Wed, 14 Jan 2015 11:17:09 -0800 Subject: [PATCH] Add comments for control VP9E_SET_TUNE_CONTENT Change-Id: If1fb5d9f1545cb9753eeda22e699b1ab778452b4 --- vpx/vp8cx.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index 32de177e3..711f6e15f 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -337,6 +337,12 @@ enum vp8e_enc_control_id { * temporal layer. */ VP9E_SET_SVC_LAYER_ID, + + /*!\brief control function to set content type. + * \note Valid parameter range: + * VP9E_CONTENT_DEFAULT = Regular video content (Default) + * VP9E_CONTENT_SCREEN = Screen capture content + */ VP9E_SET_TUNE_CONTENT, VP9E_GET_SVC_LAYER_ID, VP9E_REGISTER_CX_CALLBACK, -- 2.40.0