shithub: libvpx

Download patch

ref: c6574f4daf2dc31ceab6aa715cc92e23c34efc8c
parent: e939396eb815f2caedbf9aa3a291944d92d19f66
parent: b37e0a33c1e94a2b95494e16b610f7e022588b28
author: Tom Finegan <tomfinegan@google.com>
date: Tue Feb 11 04:28:35 EST 2014

Merge "vpx_temporal_scalable_patterns: Remove extra const."

--- a/examples/vpx_temporal_scalable_patterns.c
+++ b/examples/vpx_temporal_scalable_patterns.c
@@ -361,7 +361,7 @@
   int max_intra_size_pct;
   vpx_svc_layer_id_t layer_id = {0, 0};
   char *codec_type;
-  const vpx_codec_iface_t *(*interface)(void);
+  vpx_codec_iface_t *(*interface)(void);
   unsigned int fourcc;
   struct VpxInputContext input_ctx = {0};