summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-01-26 15:05:22 -0800
committerJames Zern <jzern@google.com>2022-01-26 15:05:22 -0800
commitae5d16173d2af45dcb80d43635f53129a045b946 (patch)
treeff5b13a884956dad63df1dcbcd7c9a8c34dee533 /vpx
parent395732f679e3f7842f5b2094e3a91de036f85708 (diff)
downloadlibvpx-ae5d16173d2af45dcb80d43635f53129a045b946.tar
libvpx-ae5d16173d2af45dcb80d43635f53129a045b946.tar.gz
libvpx-ae5d16173d2af45dcb80d43635f53129a045b946.tar.bz2
libvpx-ae5d16173d2af45dcb80d43635f53129a045b946.zip
fix some include guards
Change-Id: I0233d352c134bdda3ca160d41b4671d1c45ab01c
Diffstat (limited to 'vpx')
-rw-r--r--vpx/internal/vpx_ratectrl_rtc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpx/internal/vpx_ratectrl_rtc.h b/vpx/internal/vpx_ratectrl_rtc.h
index 0474e0a85..65398c654 100644
--- a/vpx/internal/vpx_ratectrl_rtc.h
+++ b/vpx/internal/vpx_ratectrl_rtc.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_VPX_RATECTRL_RTC_H_
-#define VPX_VPX_RATECTRL_RTC_H_
+#ifndef VPX_VPX_INTERNAL_VPX_RATECTRL_RTC_H_
+#define VPX_VPX_INTERNAL_VPX_RATECTRL_RTC_H_
#include "vpx/vpx_encoder.h"
@@ -59,4 +59,4 @@ struct VpxRateControlRtcConfig {
int aq_mode;
};
} // namespace libvpx
-#endif
+#endif // VPX_VPX_INTERNAL_VPX_RATECTRL_RTC_H_