Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
b37e0a33
Commit
b37e0a33
authored
Feb 10, 2014
by
Tom Finegan
Browse files
vpx_temporal_scalable_patterns: Remove extra const.
Silences MSVC warning. Change-Id: I43191cdd8f0231b259ec091be24325ec99d2e962
parent
4d6cd41b
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/vpx_temporal_scalable_patterns.c
View file @
b37e0a33
...
...
@@ -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
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment