]> granicus.if.org Git - libvpx/commit
Fix rare deadlock before loop filter
authorFrank Galligan <fgalligan@google.com>
Wed, 1 Sep 2010 20:40:18 +0000 (16:40 -0400)
committerFrank Galligan <fgalligan@google.com>
Thu, 2 Sep 2010 02:01:21 +0000 (22:01 -0400)
commitd45e55015e85897c4307959b5f9df94da5b41f33
tree6c3168c80293ac02d1dad12882f6aba3b58ad192
parent18c902f8a416ae97de8143840234a416700a1e64
Fix rare deadlock before loop filter

There was an extremely rare deadlock that happened when one thread
was waiting to start the loop filter on frame n while the other
threads were starting to work on frame n+1.

Change-Id: Icc94f728b3b6663405435640d9a2996735ba19ef
vp8/decoder/threading.c