ref: cf23ace9b28bbf7134e782c03f7466cc0fc6685a
parent: dc89abccdb6544b69a95c484a54307159494f786
author: Johann <johann.koenig@duck.com>
date: Tue Oct 30 08:17:22 EDT 2018
clang-tidy: fix vp9/decoder parameters BUG=webm:1444 Change-Id: I9c7c0a4161aaf52436bd5c01d30b035b2ff5508c
--- a/vp9/decoder/vp9_decoder.h
+++ b/vp9/decoder/vp9_decoder.h
@@ -93,7 +93,7 @@
} VP9Decoder;
int vp9_receive_compressed_data(struct VP9Decoder *pbi, size_t size,
- const uint8_t **dest);
+ const uint8_t **psource);
int vp9_get_raw_frame(struct VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd,
vp9_ppflags_t *flags);