summaryrefslogtreecommitdiff
path: root/libavformat/voc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/voc.h')
-rw-r--r--libavformat/voc.h4
1 files changed, 2 insertions, 2 deletions
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);