summaryrefslogtreecommitdiff
path: root/libavcodec/os_support.h
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2003-03-12 21:57:24 +0000
committerFrançois Revol <revol@free.fr>2003-03-12 21:57:24 +0000
commit7fa140154f381e34af86926326cf3d1b50d8c782 (patch)
tree9a26cda0dfe2d72dd0c3041082688a0c69c30ec0 /libavcodec/os_support.h
parentbe12b2a41a782e3bdef56c9a343a10caa77c96fe (diff)
/me should really learn doxygen :)
Originally committed as revision 1677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/os_support.h')
-rw-r--r--libavcodec/os_support.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libavcodec/os_support.h b/libavcodec/os_support.h
index 2163381bd4..ab4cb98ae6 100644
--- a/libavcodec/os_support.h
+++ b/libavcodec/os_support.h
@@ -1,11 +1,13 @@
#ifndef _OS_SUPPORT_H
#define _OS_SUPPORT_H
-/*
- * miscellaneous OS support macros/function
+/**
+ * @file os_support.h
+ * miscellaneous OS support macros and functions.
*
- * For now:
- * usleep()
+ * - usleep() (Win32, BeOS, OS/2)
+ * - floatf() (OS/2)
+ * - strcasecmp() (OS/2)
*/
#ifdef __MINGW32__