]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vocenc.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavformat / vocenc.c
index 2d3472e31fc5626c9f0692a817ec42e434e8f4c8..8d181de7c339fd2a261b7d0a7aa21ce12140082e 100644 (file)
@@ -89,7 +89,7 @@ static int voc_write_trailer(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat voc_muxer = {
+AVOutputFormat ff_voc_muxer = {
     "voc",
     NULL_IF_CONFIG_SMALL("Creative Voice file format"),
     "audio/x-voc",