]> granicus.if.org Git - libvpx/commit
Fixing issue with txfm context when var_tx and supertx are enabled
authorJulia Robson <juliamrobson@gmail.com>
Thu, 7 Jan 2016 15:23:08 +0000 (15:23 +0000)
committerJulia Robson <juliamrobson@gmail.com>
Thu, 7 Jan 2016 15:23:08 +0000 (15:23 +0000)
commit54fbf7e55f9fb19f48112a21d6c004dff7f84c5f
treeaf9959352f480138acb62a36a61a9abfaf83f7c9
parentc67fca154eed863b136cc2b7b771868615dfffe6
Fixing issue with txfm context when var_tx and supertx are enabled

In the decoder, the txfm context was not being set for supertx
blocks.

Change-Id: Ifa0882bba36bc54bbd9dba3e370317b5531e33d3
vp10/decoder/decodeframe.c