Merge "Add comments for two SVC related controls"

This commit is contained in:
Yaowu Xu 2015-01-14 17:53:49 -08:00 коммит произвёл Gerrit Code Review
Родитель 81194188a1 3ca15a8be6
Коммит 05d19e06d0
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -328,7 +328,17 @@ enum vp8e_enc_control_id {
*/
VP9E_SET_NOISE_SENSITIVITY,
/*!\brief control function to turn on/off SVC in encoder.
* \note Return value is VPX_CODEC_INVALID_PARAM if the encoder does not
* support SVC in its current encoding mode
* 0: off, 1: on
*/
VP9E_SET_SVC,
/*!\brief control function to set parameters for SVC.
* \note Parameters contain min_q, max_q, scaling factor for each of the
* SVC layers.
*/
VP9E_SET_SVC_PARAMETERS,
/*!\brief control function to set svc layer for spatial and temporal.