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
10a051fc
Commit
10a051fc
authored
Sep 12, 2017
by
Zoe Liu
Browse files
Remove duplicate line of code
Change-Id: Ie92a17d6c530bdd65464fbc599ce92561b8c0428
parent
ba42e749
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/firstpass.h
View file @
10a051fc
...
...
@@ -194,7 +194,6 @@ void av1_end_first_pass(struct AV1_COMP *cpi);
void
av1_init_second_pass
(
struct
AV1_COMP
*
cpi
);
void
av1_rc_get_second_pass_params
(
struct
AV1_COMP
*
cpi
);
void
av1_twopass_postencode_update
(
struct
AV1_COMP
*
cpi
);
// Post encode update of the rate control parameters for 2-pass
void
av1_twopass_postencode_update
(
struct
AV1_COMP
*
cpi
);
...
...
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