Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
c6574f4d
Commit
c6574f4d
authored
Feb 11, 2014
by
Tom Finegan
Committed by
Gerrit Code Review
Feb 11, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vpx_temporal_scalable_patterns: Remove extra const."
parents
e939396e
b37e0a33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/vpx_temporal_scalable_patterns.c
examples/vpx_temporal_scalable_patterns.c
+1
-1
No files found.
examples/vpx_temporal_scalable_patterns.c
View file @
c6574f4d
...
...
@@ -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