]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mtv.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavformat / mtv.c
index 9280455d25ff1fbdb3a9a1a86e6086ea9aed32f0..acb21a99b8894d99286c5f13d4f0bd8d3650d8de 100644 (file)
@@ -196,7 +196,7 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat mtv_demuxer = {
+AVInputFormat ff_mtv_demuxer = {
     "MTV",
     NULL_IF_CONFIG_SMALL("MTV format"),
     sizeof(MTVDemuxContext),