---
 libavcodec/thread.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/thread.h b/libavcodec/thread.h
index 6f4ae2a..a611df7 100644
--- a/libavcodec/thread.h
+++ b/libavcodec/thread.h
@@ -25,8 +25,8 @@
  * @author Alexander Strange <[EMAIL PROTECTED]>
  */
 
-#ifndef FFMPEG_THREAD_H
-#define FFMPEG_THREAD_H
+#ifndef AVCODEC_THREAD_H
+#define AVCODEC_THREAD_H
 
 #include "config.h"
 #include "avcodec.h"
@@ -133,4 +133,4 @@ static inline void ff_release_buffer(AVCodecContext *avctx, AVFrame *f)
 
 #endif
 
-#endif /* FFMPEG_THREAD_H */
+#endif /* AVCODEC_THREAD_H */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to