Skip to content
Snippets Groups Projects
Commit b37e0a33 authored by Tom Finegan's avatar Tom Finegan
Browse files

vpx_temporal_scalable_patterns: Remove extra const.

Silences MSVC warning.

Change-Id: I43191cdd8f0231b259ec091be24325ec99d2e962
parent 4d6cd41b
No related branches found
No related tags found
No related merge requests found
...@@ -361,7 +361,7 @@ int main(int argc, char **argv) { ...@@ -361,7 +361,7 @@ int main(int argc, char **argv) {
int max_intra_size_pct; int max_intra_size_pct;
vpx_svc_layer_id_t layer_id = {0, 0}; vpx_svc_layer_id_t layer_id = {0, 0};
char *codec_type; char *codec_type;
const vpx_codec_iface_t *(*interface)(void); vpx_codec_iface_t *(*interface)(void);
unsigned int fourcc; unsigned int fourcc;
struct VpxInputContext input_ctx = {0}; struct VpxInputContext input_ctx = {0};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment