]> git.sesse.net Git - ffmpeg/commit
Add a tool that uses avio to read and write, doing a plain copy of data
authorMartin Storsjö <martin@martin.st>
Thu, 19 Jan 2012 12:01:19 +0000 (14:01 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 20 Jan 2012 20:19:09 +0000 (22:19 +0200)
commit23e57d167a87d3a671fe25efb2d5a1cf1719efc6
tree0a4336579f75baf992b6fce374ee1188692b640c
parentc3d5e290ca868f72c53740fdc66133a474c12c7e
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>
libavformat/Makefile
tools/aviocat.c [new file with mode: 0644]