]> git.sesse.net Git - ffmpeg/commitdiff
oma: make header compile standalone
authorDiego Biurrun <diego@biurrun.de>
Tue, 20 Dec 2011 14:38:18 +0000 (15:38 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 20 Dec 2011 21:38:53 +0000 (22:38 +0100)
libavformat/oma.h

index 2830b346733bf4a8631851cd28d6b68775ef66b3..bac8bcb73693aa47e2d8a46ebce798c5d22de515 100644 (file)
 #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 */