From: Tom Finegan Date: Tue, 11 Feb 2014 02:08:31 +0000 (-0800) Subject: vpx_temporal_scalable_patterns: Remove extra const. X-Git-Tag: v1.4.0~2430^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b37e0a33c1e94a2b95494e16b610f7e022588b28;p=libvpx vpx_temporal_scalable_patterns: Remove extra const. Silences MSVC warning. Change-Id: I43191cdd8f0231b259ec091be24325ec99d2e962 --- diff --git a/examples/vpx_temporal_scalable_patterns.c b/examples/vpx_temporal_scalable_patterns.c index e09c14932..11d331bd8 100644 --- a/examples/vpx_temporal_scalable_patterns.c +++ b/examples/vpx_temporal_scalable_patterns.c @@ -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};