Просмотр исходного кода

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

Stefano Sabatini 12 лет назад
Родитель
Сommit
7be09a91c2
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      libswresample/swresample.h

+ 3 - 3
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 */