Changeset 4e987f82 in ffmpeg

Timestamp:
May 20, 2011, 12:32:18 AM (14 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
984ece75
Parents:
0ffc841
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (05/19/11 20:47:59)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (05/20/11 00:32:18)
Message:

h264: correct border check.

When backing up the top-left border, check that the top-left
(rather than left) MB indeed does belong to our slice. If it
doesn't, backing up has no positive effect but may accidentally
interfere with other threads writing in the same space.

Fixes occasional one-off effects when enabling slice-MT.

(No files)

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