mirror of https://git.ffmpeg.org/ffmpeg.git
lswr/swresample.h: use consistent inclusion guard header name
This commit is contained in:
parent
a62242678f
commit
7be09a91c2
|
@ -23,8 +23,8 @@
|
||||||
* libswresample public header
|
* libswresample public header
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SWR_H
|
#ifndef SWRESAMPLE_SWRESAMPLE_H
|
||||||
#define SWR_H
|
#define SWRESAMPLE_SWRESAMPLE_H
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "libavutil/samplefmt.h"
|
#include "libavutil/samplefmt.h"
|
||||||
|
@ -217,4 +217,4 @@ const char *swresample_configuration(void);
|
||||||
*/
|
*/
|
||||||
const char *swresample_license(void);
|
const char *swresample_license(void);
|
||||||
|
|
||||||
#endif
|
#endif /* SWRESAMPLE_SWRESAMPLE_H */
|
||||||
|
|
Loading…
Reference in New Issue