Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-02 16:04:14 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-11-03 15:06:43 +0400
commit7be09a91c2994131385f27c2f7726e04cf3841ce (patch)
tree289bdac4959a92f583111bd75cce6716de32cd41 /libswresample
parenta62242678ff96eade59960d1bbf65e4f3f03344f (diff)
lswr/swresample.h: use consistent inclusion guard header name
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/swresample.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index ac43cd25c4..2ce666e2d5 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 */