Skip to content
Snippets Groups Projects
Commit ed5bed41 authored by Mason Carter's avatar Mason Carter Committed by Michael Niedermayer
Browse files

VC1: Fix intensity compensation performance regression

Fix https://trac.ffmpeg.org/ticket/3204

The problem was that intensity compensation was always used once it was
encountered. This is because v->next_use_ic was never set back to zero.
To fix this, when resetting v->next_luty/uv, also reset v->next_use_ic.

This improved (restored) performance by 85% when decoding
http://bit.ly/bbbwmv



Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 5410a5dc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment