Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
dav1d
Commits
f4dd9a75
Commit
f4dd9a75
authored
Feb 13, 2019
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use consistent include guard define symbols
parent
f878a0b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/cdf.h
src/cdf.h
+3
-3
No files found.
src/cdf.h
View file @
f4dd9a75
...
...
@@ -25,8 +25,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __AV1_CDF_H__
#define __AV1_CDF_H__
#ifndef __
D
AV1
D_SRC
_CDF_H__
#define __
D
AV1
D_SRC
_CDF_H__
#include <stdint.h>
...
...
@@ -148,4 +148,4 @@ void dav1d_cdf_thread_update(const Dav1dFrameHeader *hdr, CdfContext *dst,
void
dav1d_cdf_thread_wait
(
CdfThreadContext
*
cdf
);
void
dav1d_cdf_thread_signal
(
CdfThreadContext
*
cdf
);
#endif
/* __AV1_CDF_H__ */
#endif
/* __
D
AV1
D_SRC
_CDF_H__ */
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