vpx_temporal_scalable_patterns: Remove extra const.
authorTom Finegan <tomfinegan@google.com>
Tue, 11 Feb 2014 02:08:31 +0000 (18:08 -0800)
committerTom Finegan <tomfinegan@google.com>
Tue, 11 Feb 2014 02:08:31 +0000 (18:08 -0800)
Silences MSVC warning.

Change-Id: I43191cdd8f0231b259ec091be24325ec99d2e962

examples/vpx_temporal_scalable_patterns.c

index e09c149..11d331b 100644 (file)
@@ -361,7 +361,7 @@ int main(int argc, char **argv) {
   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};