diff options
author | François Revol <revol@free.fr> | 2003-03-12 21:57:24 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2003-03-12 21:57:24 +0000 |
commit | 7fa140154f381e34af86926326cf3d1b50d8c782 (patch) | |
tree | 9a26cda0dfe2d72dd0c3041082688a0c69c30ec0 /libavcodec | |
parent | be12b2a41a782e3bdef56c9a343a10caa77c96fe (diff) | |
download | ffmpeg-7fa140154f381e34af86926326cf3d1b50d8c782.tar.gz |
/me should really learn doxygen :)
Originally committed as revision 1677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/os_support.h | 10 |
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__ |