summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/swresample.h')
-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 */