]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/voc.c
Reformat rdt_demuxer AVCodec struct sanely.
[ffmpeg] / libavformat / voc.c
index 750f78d15f43c7df4b0daff217d29e165b05ac05..7ebfa711c95b33d441ee2a0cfa2afb85a2f639e7 100644 (file)
@@ -21,9 +21,9 @@
 
 #include "voc.h"
 
-const unsigned char voc_magic[21] = "Creative Voice File\x1A";
+const unsigned char ff_voc_magic[21] = "Creative Voice File\x1A";
 
-const AVCodecTag voc_codec_tags[] = {
+const AVCodecTag ff_voc_codec_tags[] = {
     {CODEC_ID_PCM_U8,        0x00},
     {CODEC_ID_ADPCM_SBPRO_4, 0x01},
     {CODEC_ID_ADPCM_SBPRO_3, 0x02},