[FFmpeg-cvslog] r11459 - trunk/tools/trasher.c

Diego Biurrun diego
Wed Jan 9 00:05:24 CET 2008


On Tue, Jan 08, 2008 at 01:54:20AM +0100, michael wrote:
> 
> Log:
> A little proggy i wrote years ago.
> This simply writes burts of random data into a file. Great for testing error
> robustness/resilience/concealment.
> 
> --- (empty file)
> +++ trunk/tools/trasher.c	Tue Jan  8 01:54:19 2008
> @@ -0,0 +1,40 @@
> +
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <time.h>
> +#include <inttypes.h>

License header is missing.

Also, this segfaults when called without arguments or when the file to
open does not exist.

Diego




More information about the ffmpeg-cvslog mailing list