]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/h261dec.c
udp: Enable address reuse by default for multicast
[ffmpeg] / libavformat / h261dec.c
index 13394a1c86fb467f336998c0e2573aed92b0ce95..1478ed663fcc510854283df35e890ac11455b6c8 100644 (file)
@@ -62,7 +62,7 @@ static int h261_probe(AVProbeData *p)
     return 0;
 }
 
-AVInputFormat h261_demuxer = {
+AVInputFormat ff_h261_demuxer = {
     "h261",
     NULL_IF_CONFIG_SMALL("raw H.261"),
     0,