shithub: libvpx

Download patch

ref: 8f952bada7fc07a4cda20588b1b7502c2b0ac97a
parent: 5eca3c23c3d5526adcee5f7e02e95303958eadd9
parent: ddf40ec156ed3665382576e8846a6341782eb4c4
author: Johann Koenig <johannkoenig@google.com>
date: Tue Jan 30 10:32:22 EST 2018

Merge "Fix doc comment mismatch in vpx_frame_buffer.h"

--- a/vpx/vpx_frame_buffer.h
+++ b/vpx/vpx_frame_buffer.h
@@ -57,7 +57,7 @@
  * return 0. Any failure the callback must return a value less than 0.
  *
  * \param[in] priv         Callback's private data
- * \param[in] new_size     Size in bytes needed by the buffer
+ * \param[in] min_size     Size in bytes needed by the buffer
  * \param[in,out] fb       Pointer to vpx_codec_frame_buffer_t
  */
 typedef int (*vpx_get_frame_buffer_cb_fn_t)(void *priv, size_t min_size,