Changeset 50866c8d in ffmpeg

Timestamp:
Jan 24, 2014, 6:03:11 AM (11 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
0e1ad2f5, a0e9dfb
Parents:
bd014123
git-author:
Guillaume Martres <smarter@ubuntu.com> (01/19/14 18:04:59)
git-committer:
Anton Khirnov <anton@khirnov.net> (01/24/14 06:03:11)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.