From 090a41790e10d6903e1ccee21f153b9558390cd6 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 24 Aug 2008 14:12:03 +0000 Subject: voc: add ff_ prefix to some global const data Originally committed as revision 14945 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/voc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/voc.h') diff --git a/libavformat/voc.h b/libavformat/voc.h index 606f2152e5..5f6998a034 100644 --- a/libavformat/voc.h +++ b/libavformat/voc.h @@ -42,8 +42,8 @@ typedef enum voc_type { 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); -- cgit v1.2.3