summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-11-27 11:27:50 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-27 11:27:50 +0000
commitd2f5fe7cc71b7dfba2eacf1ee0f247213dede7ab (patch)
treeecbcae25454b7919af38c324ac6423137dbc52e3 /libavformat/os_support.h
parentde39d62c149860b0d8b19aeba25b30f2c03404f3 (diff)
Remove possibly misleading comments.
Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h6
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__)