[FFmpeg-devel] [Patch] OS/2 and recent updates, libavnet?

Diego Biurrun diego
Tue Nov 27 01:45:57 CET 2007


On Sat, Nov 24, 2007 at 06:06:12PM +0000, M?ns Rullg?rd wrote:
> Dave Yeo <daveryeo at telus.net> writes:
> 
> > Also updated a comment in os_support.h to make clear that innotek_libc
> > does not have poll.
> >
> > --- libavformat/os_support.h	(revision 11085)
> > +++ libavformat/os_support.h	(working copy)
> > @@ -30,7 +30,7 @@
> >   * - usleep() (Win32, BeOS)
> >   * - lseek() (Win32)
> >   * - closesocket()
> > - * - poll() (BeOS, MinGW)
> > + * - poll() (BeOS, MinGW, Innotek libc)
> >   */
> >  
> >  #if defined(__BEOS__) || defined(__INNOTEK_LIBC__)
> 
> Changing the comment isn't likely to fix or break anything...

I think these comments should be removed instead.  They are redundant
and will become outdated when one of the mentioned systems implements
one of the functions and similar things.

Diego




More information about the ffmpeg-devel mailing list