From 4a703576f7b22cafeeded8d3a0f85894121a5155 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 31 Jan 2014 16:32:42 -0800 Subject: remove duplicate const from vpx_codec_iface_t use the public typedef already includes a const, quiets 'same type qualifier used more than once' warnings Change-Id: Ib118b3b116fba59d4c6ead84d85b26e5d3ed363d --- vpxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpxdec.c') 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 -- cgit v1.2.3