1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavutil
Mans Rullgard d3d3a32c9d lavu: add av_usleep() function
This function implements a delay using the first available
of the following functions:

- nanosleep()
- usleep()
- Sleep() (Windows)

The conditional #includes in time.c are simplified by including
unistd.h and windows.h whenever they are available rather than
having these lines triggered by specific functions.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-06-22 17:15:18 +01:00
..
2012-04-20 09:43:11 -04:00
2012-04-20 09:43:11 -04:00
2012-06-22 17:15:18 +01:00
2012-01-03 14:25:43 +01:00
2012-01-27 17:19:09 -08:00
2012-06-20 17:09:03 +01:00
2011-11-06 11:53:05 +02:00
2012-02-25 11:49:41 -05:00
2012-02-25 11:49:41 -05:00
2011-12-11 00:32:25 +01:00
2012-06-21 22:53:35 +01:00
2011-10-12 23:39:31 +02:00
2012-06-20 17:09:03 +01:00
2011-07-03 18:19:19 +01:00
2012-01-27 17:19:09 -08:00
2012-05-26 14:31:44 +03:00
2012-06-22 17:15:18 +01:00
2012-06-22 17:15:18 +01:00
2012-01-05 14:48:30 +01:00