[FFmpeg-cvslog] sbrdsp: Use standard multiple inclusion guards.
Diego Biurrun
git at videolan.org
Wed Apr 4 21:33:48 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Mar 31 13:41:16 2012 +0200| [d4f05ae3b6cb7707bcbe097a846e5dff8c8b28cd] | committer: Diego Biurrun
sbrdsp: Use standard multiple inclusion guards.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4f05ae3b6cb7707bcbe097a846e5dff8c8b28cd
---
libavcodec/sbrdsp.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/sbrdsp.h b/libavcodec/sbrdsp.h
index fe91957..07235c6 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 */
More information about the ffmpeg-cvslog
mailing list