]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flvenc.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavformat / flvenc.c
index e1382921090457400ddfd419745fbb15c8448fe0..b6e406bfa1728b1e8f7f170848b74987f10ae18b 100644 (file)
@@ -437,7 +437,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-AVOutputFormat flv_muxer = {
+AVOutputFormat ff_flv_muxer = {
     "flv",
     NULL_IF_CONFIG_SMALL("FLV format"),
     "video/x-flv",