]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dxa.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavformat / dxa.c
index c00c917d0b9c776276e78e1aebbc0cfbd690e359..6ad4582e5e463965a5d33662873d0b3653c8ef15 100644 (file)
@@ -209,7 +209,7 @@ static int dxa_read_packet(AVFormatContext *s, AVPacket *pkt)
     return AVERROR(EIO);
 }
 
-AVInputFormat dxa_demuxer = {
+AVInputFormat ff_dxa_demuxer = {
     "dxa",
     NULL_IF_CONFIG_SMALL("DXA"),
     sizeof(DXAContext),