]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/voc.h
Remove check for @ in tcp.c which removes the authorization data from the
[ffmpeg] / libavformat / voc.h
index 606f2152e5f0b9f714dd833121dd6fadef4368df..5f6998a0340f9f0a71081d62221e6d2c567144b3 100644 (file)
@@ -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);