summaryrefslogtreecommitdiff
path: root/libavformat/ogg2.h
diff options
context:
space:
mode:
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 55a4a75e3f..656a3f95aa 100644
--- a/libavformat/ogg2.h
+++ b/libavformat/ogg2.h
@@ -22,8 +22,8 @@
DEALINGS IN THE SOFTWARE.
**/
-#ifndef OGG2_H
-#define OGG2_H
+#ifndef FFMPEG_OGG2_H
+#define FFMPEG_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 /* OGG2_H */
+#endif /* FFMPEG_OGG2_H */