Remove possibly misleading comments.
authorDiego Biurrun <diego@biurrun.de>
Tue, 27 Nov 2007 11:27:50 +0000 (11:27 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 27 Nov 2007 11:27:50 +0000 (11:27 +0000)
Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/os_support.h

index 9c0965c..77cba1f 100644 (file)
 /**
  * @file os_support.h
  * miscellaneous OS support macros and functions.
- *
- * - socklen_t typedef (BeOS, Innotek libc)
- * - usleep() (Win32, BeOS)
- * - lseek() (Win32)
- * - closesocket()
- * - poll() (BeOS, MinGW)
  */
 
 #if defined(__BEOS__) || defined(__INNOTEK_LIBC__)