[FFmpeg-cvslog] lswr/swresample.h: use consistent inclusion guard header name

Stefano Sabatini git at videolan.org
Sat Nov 3 13:09:51 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Nov  2 13:04:14 2012 +0100| [7be09a91c2994131385f27c2f7726e04cf3841ce] | committer: Stefano Sabatini

lswr/swresample.h: use consistent inclusion guard header name

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7be09a91c2994131385f27c2f7726e04cf3841ce
---

 libswresample/swresample.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index ac43cd2..2ce666e 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -23,8 +23,8 @@
  * libswresample public header
  */
 
-#ifndef SWR_H
-#define SWR_H
+#ifndef SWRESAMPLE_SWRESAMPLE_H
+#define SWRESAMPLE_SWRESAMPLE_H
 
 #include <inttypes.h>
 #include "libavutil/samplefmt.h"
@@ -217,4 +217,4 @@ const char *swresample_configuration(void);
  */
 const char *swresample_license(void);
 
-#endif
+#endif /* SWRESAMPLE_SWRESAMPLE_H */



More information about the ffmpeg-cvslog mailing list