Fixing wrongly initialized tx_type variable.
authorDmitry Kovalev <dkovalev@google.com>
Tue, 29 Oct 2013 19:18:53 +0000 (12:18 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Tue, 29 Oct 2013 19:18:53 +0000 (12:18 -0700)
commite6dcf2aeb6138b162412e42d8fc9db6deb5b05db
treee944819ebea621e17d898492dc64cc2648188231
parenta8e31d624aa50c15d8bf8e403ac8256b780eceed
Fixing wrongly initialized tx_type variable.

Wrong value was used in get_tx_type_4x4() function, so making
initialization before that call.

Change-Id: Ief30bb1e0c03b2f23d993bbf9ae18d7150ba9a83
vp9/encoder/vp9_rdopt.c