changeset 2619:ed220a21ffa5 libavformat

Use filename as multiple inclusion guard.
author diego
date Wed, 17 Oct 2007 09:16:21 +0000
parents 75b75b51ef2f
children 792383dd085e
files ogg2.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ogg2.h	Tue Oct 16 19:50:08 2007 +0000
+++ b/ogg2.h	Wed Oct 17 09:16:21 2007 +0000
@@ -22,8 +22,8 @@
     DEALINGS IN THE SOFTWARE.
 **/
 
-#ifndef OGG_H
-#define OGG_H
+#ifndef OGG2_H
+#define OGG2_H
 
 #include "avformat.h"
 
@@ -84,4 +84,4 @@
 
 extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size);
 
-#endif
+#endif /* OGG2_H */