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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-31 15:41:16 +0400
committerDiego Biurrun <diego@biurrun.de>2012-04-04 16:54:11 +0400
commitd4f05ae3b6cb7707bcbe097a846e5dff8c8b28cd (patch)
tree81ba115b497482549d0856f76718020880fa263e /libavcodec/sbrdsp.h
parent6d21f49879590c4383368bf31200699a6a5e757c (diff)
sbrdsp: Use standard multiple inclusion guards.
Diffstat (limited to 'libavcodec/sbrdsp.h')
-rw-r--r--libavcodec/sbrdsp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/sbrdsp.h b/libavcodec/sbrdsp.h
index fe91957ce4..07235c68e6 100644
--- a/libavcodec/sbrdsp.h
+++ b/libavcodec/sbrdsp.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef LIBAVCODEC_SBRDSP_H
-#define LIBAVCODEC_SBRDSP_H
+#ifndef AVCODEC_SBRDSP_H
+#define AVCODEC_SBRDSP_H
#include <stdint.h>
@@ -48,4 +48,4 @@ void ff_sbrdsp_init(SBRDSPContext *s);
void ff_sbrdsp_init_arm(SBRDSPContext *s);
void ff_sbrdsp_init_x86(SBRDSPContext *s);
-#endif
+#endif /* AVCODEC_SBRDSP_H */