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
5dbdff0f
Commit
5dbdff0f
authored
Feb 13, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Feb 13, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix build error caused by a merge conflict."
parents
bdd89664
2eccbd0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vpxdec.c
vpxdec.c
+1
-0
No files found.
vpxdec.c
View file @
5dbdff0f
...
...
@@ -482,6 +482,7 @@ static FILE *open_outfile(const char *name) {
int
main_loop
(
int
argc
,
const
char
**
argv_
)
{
vpx_codec_ctx_t
decoder
;
char
*
fn
=
NULL
;
int
i
;
uint8_t
*
buf
=
NULL
;
size_t
bytes_in_buffer
=
0
,
buffer_size
=
0
;
FILE
*
infile
;
...
...
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