summaryrefslogtreecommitdiff
path: root/libavformat/oma.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-20 15:38:18 +0100
committerDiego Biurrun <diego@biurrun.de>2011-12-20 22:38:53 +0100
commita55eb1586c3a0361d1ced1ba9d32e11b68441c29 (patch)
tree57531c4e32f34cb4096745be3c99a48cb10b0ca4 /libavformat/oma.h
parentbc4d156140c42185433126d838ed454266a4567b (diff)
oma: make header compile standalone
Diffstat (limited to 'libavformat/oma.h')
-rw-r--r--libavformat/oma.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libavformat/oma.h b/libavformat/oma.h
index 2830b34673..bac8bcb736 100644
--- a/libavformat/oma.h
+++ b/libavformat/oma.h
@@ -21,6 +21,10 @@
#ifndef AVFORMAT_OMA_H
#define AVFORMAT_OMA_H
+#include <stdint.h>
+
+#include "internal.h"
+
#define EA3_HEADER_SIZE 96
#define ID3v2_EA3_MAGIC "ea3"
#define OMA_ENC_HEADER_SIZE 16
@@ -36,4 +40,5 @@ enum {
extern const uint16_t ff_oma_srate_tab[6];
extern const AVCodecTag ff_oma_codec_tags[];
-#endif
+
+#endif /* AVFORMAT_OMA_H */