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
diff options
context:
space:
mode:
Diffstat (limited to 'include/dav1d/dav1d.h')
-rw-r--r--include/dav1d/dav1d.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h
index 82f0a2c..af94804 100644
--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -25,8 +25,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef __DAV1D_H__
-#define __DAV1D_H__
+#ifndef DAV1D_H
+#define DAV1D_H
#ifdef __cplusplus
extern "C" {
@@ -201,4 +201,4 @@ DAV1D_API void dav1d_flush(Dav1dContext *c);
}
# endif
-#endif /* __DAV1D_H__ */
+#endif /* DAV1D_H */