Correct guard macros in header files

Change-Id: Ifce12a95c1cdc36dc6ac5a72759249a17407da9e
This commit is contained in:
Yaowu Xu
2015-08-13 09:25:39 -07:00
parent 4622af69e6
commit 2dcefd9c7f
67 changed files with 201 additions and 201 deletions

View File

@@ -9,8 +9,8 @@
*/
#ifndef VP9_ENCODER_VP9_RATECTRL_H_
#define VP9_ENCODER_VP9_RATECTRL_H_
#ifndef VP10_ENCODER_RATECTRL_H_
#define VP10_ENCODER_RATECTRL_H_
#include "vpx/vpx_codec.h"
#include "vpx/vpx_integer.h"
@@ -260,4 +260,4 @@ int vp10_resize_one_pass_cbr(struct VP9_COMP *cpi);
} // extern "C"
#endif
#endif // VP9_ENCODER_VP9_RATECTRL_H_
#endif // VP10_ENCODER_RATECTRL_H_