]> git.sesse.net Git - ffmpeg/commit
vp8dec: reset loopfilter delta values at keyframes
authorSami Pietilä <samipietila@google.com>
Sat, 13 Oct 2012 10:43:24 +0000 (12:43 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Oct 2012 10:43:24 +0000 (12:43 +0200)
commit3cc0252732513dc7411093935821b1eb6416a9a6
treebbeddc896fdc8d3a225e137c97ce0e937d4c4a3f
parent6254ffe0cadc6fefcfa4b4397c25fcada4cf730d
vp8dec: reset loopfilter delta values at keyframes

while testing a VP8 encoder I found a mismatch between FFMPEG and libvpx
VP8 decoders. The reason for this mismatch is that FFMPEG doesn't reset
loopfilter delta values at keyframes. Patch that fixes the issue is below.
I've verified that the output of ffmpeg after this patch matches libvpx.

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