diff voc.h @ 1536:6dc55143f99f libavformat

move common voc muxer and demuxer data to voc.c
author aurel
date Tue, 21 Nov 2006 13:18:21 +0000
parents a3fbb2b1fccf
children 2a85c82b8538
line wrap: on
line diff
--- a/voc.h	Tue Nov 21 13:08:04 2006 +0000
+++ b/voc.h	Tue Nov 21 13:18:21 2006 +0000
@@ -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 @@
     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);