Mans Rullgard
|
896bb0d742
|
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>
|
13 years ago |
Diego Biurrun
|
4e81b5f517
|
tools: K&R reformatting cosmetics
|
13 years ago |
Martin Storsjö
|
7ba34575fd
|
aviocat: Remove useless includes
Also include stdlib.h explicitly - currently it is used
implicitly via avformat.h.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |
Martin Storsjö
|
6a73f3bbdf
|
aviocat: Flush the output before closing
Without this, the end of the file might not be transmitted/written.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |
Martin Storsjö
|
23e57d167a
|
Add a tool that uses avio to read and write, doing a plain copy of data
It also optionally can throttle its operation to a particular
speed, to simulate realtime writing.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |