Commit 7be09a91 authored by Stefano Sabatini's avatar Stefano Sabatini

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

parent a6224267
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment