]> git.sesse.net Git - ffmpeg/commit
vda: unlock the pixel buffer base address.
authorSebastien Zwickert <dilaroga@gmail.com>
Sat, 20 Jun 2015 11:19:29 +0000 (13:19 +0200)
committerClément Bœsch <clement@stupeflix.com>
Tue, 23 Jun 2015 07:20:18 +0000 (09:20 +0200)
commitc06fdacc3dc706e70d953917fea845532d3703ca
treecb58b93532a2d78d78e8282bab6269320109a589
parent813b2f0da3a792b2122ada702b8488a9ecfce6f7
vda: unlock the pixel buffer base address.

The pixel buffer base address is never unlocked this causes
a bug with some pixel format types that are produced natively
by the hardware decoder: the first buffer was always used.
Unlock the pixel buffer base address fixes the issue.
ffmpeg_vda.c