mirror of https://github.com/FFmpeg/FFmpeg.git
libavcodec/libvpxdec.c💯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],
pull/244/merge
parent
721d57e608
commit
4ab496261b
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue