Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-06-21 20:00:25 +0400
committerMans Rullgard <mans@mansr.com>2012-06-22 20:15:18 +0400
commitd3d3a32c9d389cc0d6a91b389988a225ae01c948 (patch)
tree5115c574ba6da03bca2679cbdc073437de5dfc24 /avplay.c
parentf6b4624fcf9a8f4966b495b9c769ff0796839d57 (diff)
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>
Diffstat (limited to 'avplay.c')
0 files changed, 0 insertions, 0 deletions