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."

Showing with 1 addition and 1 deletion
......@@ -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};
......
Supports Markdown
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