shithub: libvpx

Download patch

ref: ac28c3169ab160fab4aae26d86c749d2beec7f7c
parent: 2e23c74794cbbc467f801c6b883570625529d933
parent: 5cd235c6cda17a68655e1dd02cf756800f6ccd44
author: Ronald S. Bultje <rbultje@google.com>
date: Fri Apr 5 09:45:48 EDT 2013

Merge "Remove "tx_type" member from union b_mode_info." into experimental

--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -192,7 +192,6 @@
 union b_mode_info {
   struct {
     B_PREDICTION_MODE first;
-    TX_TYPE           tx_type;
 #if CONFIG_NEWBINTRAMODES
     B_PREDICTION_MODE context;
 #endif
--