summaryrefslogtreecommitdiff
path: root/libavformat/voc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/voc.h')
-rw-r--r--libavformat/voc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/voc.h b/libavformat/voc.h
index a709765d96..16adb00782 100644
--- a/libavformat/voc.h
+++ b/libavformat/voc.h
@@ -23,6 +23,7 @@
#define VOC_H
#include "avformat.h"
+#include "riff.h" /* for CodecTag */
typedef struct voc_dec_context {
int remaining_size;
@@ -41,6 +42,8 @@ typedef enum voc_type {
VOC_TYPE_NEW_VOICE_DATA = 0x09,
} voc_type_t;
+extern const unsigned char voc_magic[21];
+extern const CodecTag voc_codec_tags[];
int voc_get_packet(AVFormatContext *s, AVPacket *pkt,
AVStream *st, int max_size);