OSDN Git Service

Replace usleep() calls with av_usleep()
authorMans Rullgard <mans@mansr.com>
Thu, 21 Jun 2012 19:31:44 +0000 (20:31 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 22 Jun 2012 16:15:36 +0000 (17:15 +0100)
commit896bb0d742a513b1bb5b9a770dbffd2cd436bed6
treebc133c53f4cd418c8b42c6d12958e719900ebb6e
parentd3d3a32c9d389cc0d6a91b389988a225ae01c948
Replace usleep() calls with av_usleep()

This reduces the dependency on unistd.h which is not available
on all systems.

Signed-off-by: Mans Rullgard <mans@mansr.com>
avconv.c
avplay.c
libavformat/avio.c
libavformat/hls.c
libavformat/hlsproto.c
libavformat/rtmphttp.c
tools/aviocat.c
tools/pktdumper.c