Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/cdf.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-02-13 16:58:22 +0300
committerMartin Storsjö <martin@martin.st>2019-02-13 16:58:34 +0300
commitf4dd9a755a6418d9483d92e992163313d97fc96a (patch)
tree0a32f484424298aa8743f15d4b7144377420af4e /src/cdf.h
parentf878a0b668fcbb43bcae1b053174453e23b7efbb (diff)
Use consistent include guard define symbols
Diffstat (limited to 'src/cdf.h')
-rw-r--r--src/cdf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cdf.h b/src/cdf.h
index 40fae01..f791852 100644
--- a/src/cdf.h
+++ b/src/cdf.h
@@ -25,8 +25,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef __AV1_CDF_H__
-#define __AV1_CDF_H__
+#ifndef __DAV1D_SRC_CDF_H__
+#define __DAV1D_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 /* __DAV1D_SRC_CDF_H__ */