[FFmpeg-devel] [PATCH] tools: add benchmark for crypto functions.

James Almer jamrial at gmail.com
Sat Jul 27 05:49:29 CEST 2013


Two more things. The Makefile rules need $(EXESUF) to work on Windows, and I'm 
getting a crash at the end of the benchmark with mingw-w64 (x64 only, apparently) 
that's caused by the free() call.
Using av_free() or av_freep() solves it.

Regards.


More information about the ffmpeg-devel mailing list