| Index: source/libvpx/vpx/vp8cx.h
|
| ===================================================================
|
| --- source/libvpx/vpx/vp8cx.h (revision 263011)
|
| +++ source/libvpx/vpx/vp8cx.h (working copy)
|
| @@ -192,6 +192,7 @@
|
| VP9E_SET_TILE_ROWS,
|
| VP9E_SET_FRAME_PARALLEL_DECODING,
|
| VP9E_SET_AQ_MODE,
|
| + VP9E_SET_FRAME_PERIODIC_BOOST,
|
|
|
| VP9E_SET_SVC,
|
| VP9E_SET_SVC_PARAMETERS,
|
| @@ -364,6 +365,8 @@
|
|
|
| VPX_CTRL_USE_TYPE(VP9E_SET_AQ_MODE, unsigned int)
|
|
|
| +VPX_CTRL_USE_TYPE(VP9E_SET_FRAME_PERIODIC_BOOST, unsigned int)
|
| +
|
| /*! @} - end defgroup vp8_encoder */
|
| #ifdef __cplusplus
|
| } // extern "C"
|
|
|