summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-02-20 20:36:28 -0800
committerJames Zern <jzern@google.com>2014-02-20 23:19:07 -0800
commit53a11c9ce7c7b8790fa601e33e413d64e7f4c3c7 (patch)
tree4508c0ed921a688b91fb4e6e03f5c109dfc569b9 /vpx
parentb27207cf638863eb5fb9ecfb823aadcc8425ae73 (diff)
downloadlibvpx-53a11c9ce7c7b8790fa601e33e413d64e7f4c3c7.tar
libvpx-53a11c9ce7c7b8790fa601e33e413d64e7f4c3c7.tar.gz
libvpx-53a11c9ce7c7b8790fa601e33e413d64e7f4c3c7.tar.bz2
libvpx-53a11c9ce7c7b8790fa601e33e413d64e7f4c3c7.zip
vp8cx.h: add brief desc. for VP9E_SET_SVC_LAYER_ID
fixes doxygen warning related to vpx_svc_layer_id Change-Id: I365688133c1598182488501158de6af4b0f4c546
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vp8cx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index f7dde6272..0b637d42f 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -195,6 +195,11 @@ enum vp8e_enc_control_id {
VP9E_SET_SVC,
VP9E_SET_SVC_PARAMETERS,
+ /*!\brief control function to set svc layer for spatial and temporal.
+ * \note Valid ranges: 0..#vpx_codec_enc_cfg::ss_number_layers for spatial
+ * layer and 0..#vpx_codec_enc_cfg::ts_number_layers for
+ * temporal layer.
+ */
VP9E_SET_SVC_LAYER_ID
};