diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-08-24 17:00:11 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-08-26 13:25:59 +0200 |
commit | 4ab496261b12e20ef293b7adca4fcaef1a67c538 (patch) | |
tree | 5f250207b2c0d2889e6cecdf02b6514ff822e834 /tools | |
parent | 721d57e608dc4fd6c86f27c5ae76ef559d646220 (diff) | |
download | ffmpeg-4ab496261b12e20ef293b7adca4fcaef1a67c538.tar.gz |
libvpx: Cast a pointer to const to squelch a warning
libavcodec/libvpxdec.c:100:57: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type
av_image_copy(picture->data, picture->linesize, img->planes,
libavutil/imgutils.h:116:6: note: expected 'const uint8_t **' but argument is of type 'unsigned char **'
void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions