Fix a macro definition

to be consistent with the head file name.

Change-Id: I9634332a2b3fac7e7f3b7ef58821ea7c81c5c813
This commit is contained in:
Yaowu Xu
2015-09-29 09:34:42 -07:00
parent 7d28d12ef3
commit 45948a03c0

View File

@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
#define VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
#ifndef VP9_COMMON_VP9_THREAD_COMMON_H_
#define VP9_COMMON_VP9_THREAD_COMMON_H_
#include "./vpx_config.h"
#include "vp9/common/vp9_loopfilter.h"
#include "vpx_util/vpx_thread.h"
@@ -62,4 +62,4 @@ void vp9_accumulate_frame_counts(struct FRAME_COUNTS *accum,
} // extern "C"
#endif
#endif // VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
#endif // VP9_COMMON_VP9_THREAD_COMMON_H_