OSDN Git Service

vp9: move some entries out of VP9Block into VP9Context.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 26 Nov 2013 02:42:13 +0000 (21:42 -0500)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 30 Nov 2013 21:26:12 +0000 (16:26 -0500)
commit39b244002ae5853adfa18a5ac7db4743c71eb483
tree422b9a21b8c57df2da3e8c60e6148423afee1a14
parent84d362f0209148ba86f438c41ca6c05da00ef298
vp9: move some entries out of VP9Block into VP9Context.

They aren't really block-related variables in the sense that they are
not block-coded, rather they are state trackers.
libavcodec/vp9.c