[FFmpeg-devel] [PATCH] Optimize QTRLE encoding

Alexis Ballier alexis.ballier at gmail.com
Thu Feb 14 20:24:39 CET 2013


Ah and one last comment:

+        base_cost = 1 + pixel_size;

you should set this outside of the loop (you only change its value on
the very last iteration)


More information about the ffmpeg-devel mailing list