Do not use GNU-specific (or BSD-specific or whatever they may be)
authorD Richard Felker III <dalias@aerifal.cx>
Mon, 11 Feb 2008 03:30:42 +0000 (03:30 +0000)
committerD Richard Felker III <dalias@aerifal.cx>
Mon, 11 Feb 2008 03:30:42 +0000 (03:30 +0000)
commit03c09e43993a7c8e4db7930a0e6be736457af494
treeac96bc1681d657ee1f5042f7890cc2c411bc7701
parent9189411bdb3e7137ee9aeed38ce56715b487836c
Do not use GNU-specific (or BSD-specific or whatever they may be)
constants which are completely unneeded anyway. Note that 3 is a cheap
integer bound for log10(1<<CHAR_BIT).

Originally committed as revision 11902 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/udp.c