]> granicus.if.org Git - libvpx/commitdiff
Merge "Fix a macro definition"
authorYaowu Xu <yaowu@google.com>
Tue, 29 Sep 2015 17:22:49 +0000 (17:22 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Tue, 29 Sep 2015 17:22:49 +0000 (17:22 +0000)
vp9/common/vp9_thread_common.h

index db6587fcb5f7a15334da1aba576bebba4472103a..b3b60c253f29fdfde877adb207f75ed12e50ae42 100644 (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_