summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_bitstream.h')
-rw-r--r--vp9/encoder/vp9_bitstream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_bitstream.h b/vp9/encoder/vp9_bitstream.h
index b296560b9..647331a83 100644
--- a/vp9/encoder/vp9_bitstream.h
+++ b/vp9/encoder/vp9_bitstream.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP9_ENCODER_VP9_BITSTREAM_H_
-#define VP9_ENCODER_VP9_BITSTREAM_H_
+#ifndef VPX_VP9_ENCODER_VP9_BITSTREAM_H_
+#define VPX_VP9_ENCODER_VP9_BITSTREAM_H_
#ifdef __cplusplus
extern "C" {
@@ -46,4 +46,4 @@ static INLINE int vp9_preserve_existing_gf(VP9_COMP *cpi) {
} // extern "C"
#endif
-#endif // VP9_ENCODER_VP9_BITSTREAM_H_
+#endif // VPX_VP9_ENCODER_VP9_BITSTREAM_H_