summaryrefslogtreecommitdiff
path: root/examples/example_xma.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-01-31 17:28:17 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-01-31 17:28:17 -0800
commit389344945e699b532ab70bea9de340dacdd03b33 (patch)
tree7e58d9530618ddb4281e970941b7386b51b93d76 /examples/example_xma.c
parent5ccd1932198967f11a8ff15dda31974b1f8465e7 (diff)
parent4a703576f7b22cafeeded8d3a0f85894121a5155 (diff)
downloadlibvpx-389344945e699b532ab70bea9de340dacdd03b33.tar
libvpx-389344945e699b532ab70bea9de340dacdd03b33.tar.gz
libvpx-389344945e699b532ab70bea9de340dacdd03b33.tar.bz2
libvpx-389344945e699b532ab70bea9de340dacdd03b33.zip
Merge "remove duplicate const from vpx_codec_iface_t use"
Diffstat (limited to 'examples/example_xma.c')
-rw-r--r--examples/example_xma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_xma.c b/examples/example_xma.c
index 0e33ff46f..c960c2846 100644
--- a/examples/example_xma.c
+++ b/examples/example_xma.c
@@ -27,7 +27,7 @@ static int verbose = 0;
static const struct {
const char *name;
- const vpx_codec_iface_t *iface;
+ vpx_codec_iface_t *iface;
} ifaces[] = {
#if CONFIG_VP9_DECODER
{"vp9", &vpx_codec_vp8_dx_algo},