Skip to content
GitLab
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
74b73385
Commit
74b73385
authored
Mar 02, 2017
by
Nathan E. Egge
Committed by
Nathan Egge
Mar 03, 2017
Browse files
Add extern "C" for C++ compatibility.
Change-Id: I13369c84fa736e0d38f19480068abfb5dc54dcc8
parent
4063a68b
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/decoder/inspection.h
View file @
74b73385
#ifndef AOM_INSPECTION_H_
#define AOM_INSPECTION_H_
#ifdef __cplusplus
extern
"C"
{
#endif // __cplusplus
#if CONFIG_ACCOUNTING
#include
"av1/common/accounting.h"
#endif
...
...
@@ -54,4 +58,7 @@ void ifd_init(insp_frame_data *fd, int frame_width, int frame_height);
void
ifd_clear
(
insp_frame_data
*
fd
);
int
ifd_inspect
(
insp_frame_data
*
fd
,
void
*
decoder
);
#endif
#ifdef __cplusplus
}
// extern "C"
#endif // __cplusplus
#endif // AOM_INSPECTION_H_
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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