Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
6496fe97
Commit
6496fe97
authored
May 15, 2017
by
Yaowu Xu
Browse files
Use include consistently
Change-Id: I1afaecaed152fd9a3f111dc11caca3a347c50c9f
parent
3e10c487
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/decoder/inspection.h
View file @
6496fe97
...
...
@@ -15,10 +15,10 @@
extern
"C"
{
#endif // __cplusplus
#include
"av1/common/seg_common.h"
#if CONFIG_ACCOUNTING
#include
"av1/decoder/accounting.h"
#endif
#include
"./av1/common/seg_common.h"
typedef
void
(
*
aom_inspect_cb
)(
void
*
decoder
,
void
*
data
);
...
...
Write
Preview
Supports
Markdown
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