summaryrefslogtreecommitdiff
path: root/vpxdec.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 /vpxdec.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 'vpxdec.c')
-rw-r--r--vpxdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpxdec.c b/vpxdec.c
index cde46e9a7..6d5ca2469 100644
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -39,7 +39,7 @@ static const char *exec_name;
static const struct {
char const *name;
- const vpx_codec_iface_t *(*iface)(void);
+ vpx_codec_iface_t *(*iface)(void);
uint32_t fourcc;
} ifaces[] = {
#if CONFIG_VP8_DECODER