diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-27 11:27:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-27 11:27:50 +0000 |
commit | d2f5fe7cc71b7dfba2eacf1ee0f247213dede7ab (patch) | |
tree | ecbcae25454b7919af38c324ac6423137dbc52e3 /libavformat | |
parent | de39d62c149860b0d8b19aeba25b30f2c03404f3 (diff) | |
download | ffmpeg-d2f5fe7cc71b7dfba2eacf1ee0f247213dede7ab.tar.gz |
Remove possibly misleading comments.
Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/os_support.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 9c0965c5c1..77cba1fe4b 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -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__) |