vp8/decoder: normalize include guards

Change-Id: Ifa7934927cc8461cd58ca0b05bf76533abd78cb6
This commit is contained in:
James Zern
2013-12-15 18:21:07 -08:00
parent e903cacf5b
commit 074dc67277
8 changed files with 24 additions and 24 deletions

View File

@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef DECODERTHREADING_H_
#define DECODERTHREADING_H_
#ifndef VP8_DECODER_DECODERTHREADING_H_
#define VP8_DECODER_DECODERTHREADING_H_
#if CONFIG_MULTITHREAD
void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
@@ -19,4 +19,4 @@ void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows);
void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows);
#endif
#endif // DECODERTHREADING_H_
#endif // VP8_DECODER_DECODERTHREADING_H_