diff options
author | Guillaume Martres <smarter@ubuntu.com> | 2014-01-19 19:04:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-01-24 07:03:11 +0100 |
commit | 50866c8d95bfd97c299199aec0d68291f38a72e1 (patch) | |
tree | b51c581f6238ba3289f884ce65d5dabd2a82abd3 /COPYING.LGPLv3 | |
parent | bd01412313c728400f1fc5448ede0ad8b51da0d1 (diff) | |
download | ffmpeg-50866c8d95bfd97c299199aec0d68291f38a72e1.tar.gz |
vp9: fix bugs in updating coef probabilities with parallelmode=1
- The memcpy was completely wrong because
s->prob_ctx[s->framectxid].coef is a [4][2][2][6][6][3] array, whereas
s->prob.coef is a [4][2][2][6][6][11] array.
- The additional check was committed to ffmpeg by Ronald S. Bultje.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'COPYING.LGPLv3')
0 files changed, 0 insertions, 0 deletions