shithub: libvpx

Download patch

ref: 0ccb2035008882136213b5c08a9e0fa5dd0abe4d
parent: a8e1d66b68badf428a98586f2bf92e26fcd793de
parent: 53a11c9ce7c7b8790fa601e33e413d64e7f4c3c7
author: James Zern <jzern@google.com>
date: Fri Feb 21 10:49:11 EST 2014

Merge "vp8cx.h: add brief desc. for VP9E_SET_SVC_LAYER_ID"

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -195,6 +195,11 @@
 
   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
 };
 
--