]> granicus.if.org Git - libvpx/commitdiff
clang-tidy: fix vp9/decoder parameters
authorJohann <johann.koenig@duck.com>
Tue, 30 Oct 2018 19:17:22 +0000 (12:17 -0700)
committerJohann <johann.koenig@duck.com>
Tue, 30 Oct 2018 19:17:22 +0000 (12:17 -0700)
BUG=webm:1444

Change-Id: I9c7c0a4161aaf52436bd5c01d30b035b2ff5508c

vp9/decoder/vp9_decoder.h

index 5354105f8adebf8cd7839b065bda367420aea246..9a582fffbb8f96d8a96bac96e58b22812c0cf69b 100644 (file)
@@ -93,7 +93,7 @@ typedef struct VP9Decoder {
 } 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);