OSDN Git Service

ffv1enc: store 2pass statistics at the end
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Nov 2013 21:27:32 +0000 (22:27 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Nov 2013 21:52:52 +0000 (22:52 +0100)
commit1fb3b494fac70a51f48e94b5ae2d9f715b5d14e7
tree541d54029a0ed02c5e83a25c0089bf38a07e4f16
parent8d88ed9a1fb446184275bce006915a593943f95b
ffv1enc: store 2pass statistics at the end

This reduces their size from O(n) to O(1)

Fixes Ticket3078

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ffv1enc.c