summaryrefslogtreecommitdiffstats
path: root/libavformat/ogg2.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-17 09:16:21 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-17 09:16:21 +0000
commit52703a6459d164f30f850f31333946393f1dd414 (patch)
tree4489c1af2aa5a35a68a3ba79dac9584679a6934d /libavformat/ogg2.h
parent7f3c02fc219428e47f5efeac687f37b8773b9204 (diff)
downloadffmpeg-streaming-52703a6459d164f30f850f31333946393f1dd414.zip
ffmpeg-streaming-52703a6459d164f30f850f31333946393f1dd414.tar.gz
Use filename as multiple inclusion guard.
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg2.h')
-rw-r--r--libavformat/ogg2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/ogg2.h b/libavformat/ogg2.h
index 1230787..55a4a75 100644
--- a/libavformat/ogg2.h
+++ b/libavformat/ogg2.h
@@ -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 ogg_codec_t ogm_old_codec;
extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size);
-#endif
+#endif /* OGG2_H */
OpenPOWER on IntegriCloud