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
5cb0a7ab
Commit
5cb0a7ab
authored
Oct 17, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace {} with continue
Change-Id: I2e939e898cc30c2999b47f2789191e08272b1cc0
parent
2bdb9e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
examples/simple_encoder.c
examples/simple_encoder.c
+1
-2
No files found.
examples/simple_encoder.c
View file @
5cb0a7ab
...
...
@@ -232,8 +232,7 @@ int main(int argc, char **argv) {
}
// Flush encoder.
while
(
encode_frame
(
&
codec
,
NULL
,
-
1
,
0
,
writer
))
{
}
while
(
encode_frame
(
&
codec
,
NULL
,
-
1
,
0
,
writer
))
continue
;
printf
(
"
\n
"
);
fclose
(
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