Browse Source

Remove possibly misleading comments.

Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
d2f5fe7cc7
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      libavformat/os_support.h

+ 0
- 6
libavformat/os_support.h View File

@@ -25,12 +25,6 @@
/**
* @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__)


Loading…
Cancel
Save