summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-08-21 18:06:04 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-08-22 11:56:31 -0700
commitf9fb3b8e0eaa88dbe8b7c7ebfd5e9ae0f74f60e8 (patch)
treeae2f847dd700aa68040fc75548ca24188f76e661 /vp8
parent4d5c914809625031d4ca91302849543f8f06971d (diff)
downloadlibvpx-f9fb3b8e0eaa88dbe8b7c7ebfd5e9ae0f74f60e8.tar
libvpx-f9fb3b8e0eaa88dbe8b7c7ebfd5e9ae0f74f60e8.tar.gz
libvpx-f9fb3b8e0eaa88dbe8b7c7ebfd5e9ae0f74f60e8.tar.bz2
libvpx-f9fb3b8e0eaa88dbe8b7c7ebfd5e9ae0f74f60e8.zip
Replacing 'struct vpx_fixed_buf' with 'vpx_fixed_buf_t’.
Change-Id: Ibbbc5b39429d4b753f0a966b9d84d1d7bf823650
Diffstat (limited to 'vp8')
-rw-r--r--vp8/common/onyx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/onyx.h b/vp8/common/onyx.h
index b05ad146c..d48c4fe5e 100644
--- a/vp8/common/onyx.h
+++ b/vp8/common/onyx.h
@@ -224,7 +224,7 @@ extern "C"
int arnr_strength;
int arnr_type;
- struct vpx_fixed_buf two_pass_stats_in;
+ vpx_fixed_buf_t two_pass_stats_in;
struct vpx_codec_pkt_list *output_pkt_list;
vp8e_tuning tuning;