shithub: libvpx

Download patch

ref: 6acde6bfcd3d0bc2e89b735aee8572ffa81d47f4
parent: f617889be798710aec19ee843329e988b7aa3124
author: Dmitry Kovalev <dkovalev@google.com>
date: Tue Aug 19 11:00:11 EDT 2014

Removing unused tbd struct member.

Change-Id: I07f7aea60ef7b9904f67e12eb5b2bfeb7348a454

--- a/vpx/internal/vpx_codec_internal.h
+++ b/vpx/internal/vpx_codec_internal.h
@@ -347,7 +347,6 @@
     vpx_codec_priv_cb_pair_t    put_slice_cb;
   } dec;
   struct {
-    int                         tbd;
     struct vpx_fixed_buf        cx_data_dst_buf;
     unsigned int                cx_data_pad_before;
     unsigned int                cx_data_pad_after;