diff voc.h @ 3764:9cff515fd4c6 libavformat

voc: add ff_ prefix to some global const data
author aurel
date Sun, 24 Aug 2008 14:12:03 +0000
parents 792383dd085e
children 1b6245500d8c
line wrap: on
line diff
--- a/voc.h	Sun Aug 24 14:02:55 2008 +0000
+++ b/voc.h	Sun Aug 24 14:12:03 2008 +0000
@@ -42,8 +42,8 @@
     VOC_TYPE_NEW_VOICE_DATA   = 0x09,
 } voc_type_t;
 
-extern const unsigned char voc_magic[21];
-extern const AVCodecTag voc_codec_tags[];
+extern const unsigned char ff_voc_magic[21];
+extern const AVCodecTag ff_voc_codec_tags[];
 
 int voc_get_packet(AVFormatContext *s, AVPacket *pkt,
                    AVStream *st, int max_size);