Commit c6574f4d authored by Tom Finegan's avatar Tom Finegan Committed by Gerrit Code Review
Browse files

Merge "vpx_temporal_scalable_patterns: Remove extra const."

parents e939396e b37e0a33
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment