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
9c2b3744
Commit
9c2b3744
authored
Oct 04, 2013
by
Jim Bankoski
Browse files
cpplint issues in vp9_lookahead.c
Change-Id: I2a98995f0df77d99dc47bda5e41886f014d8843f
parent
c6960b60
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_lookahead.c
View file @
9c2b3744
...
...
@@ -10,7 +10,7 @@
#include <assert.h>
#include <stdlib.h>
#include "vpx_config.h"
#include "
./
vpx_config.h"
#include "vp9/common/vp9_common.h"
#include "vp9/encoder/vp9_lookahead.h"
#include "vp9/common/vp9_extend.h"
...
...
@@ -77,7 +77,7 @@ struct lookahead_ctx * vp9_lookahead_init(unsigned int width,
goto
bail
;
}
return
ctx
;
bail:
bail:
vp9_lookahead_destroy
(
ctx
);
return
NULL
;
}
...
...
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