]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sapenc.c
os: replace select with poll
[ffmpeg] / libavformat / sapenc.c
index 581cec623791ee850cb3e3ac5b944c3f6dbc2a27..b14c511cea9a352b4aa72df8e1afe693bac61d1c 100644 (file)
@@ -250,7 +250,7 @@ static int sap_write_packet(AVFormatContext *s, AVPacket *pkt)
     return ff_write_chained(rtpctx, 0, pkt, s);
 }
 
-AVOutputFormat sap_muxer = {
+AVOutputFormat ff_sap_muxer = {
     "sap",
     NULL_IF_CONFIG_SMALL("SAP output format"),
     NULL,