aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h261dec.c
diff options
context:
space:
mode:
authorJun Zhao <mypopydev@gmail.com>2018-08-20 14:39:32 +0800
committerJun Zhao <jun.zhao@intel.com>2018-08-22 19:06:12 +0800
commite2921578c09ebbaa86b1659bc6076049f573e349 (patch)
tree1eb3ba670339b4825e0879854c62d4a1f3821b5a /libavcodec/h261dec.c
parentc4608d225faf0c14b5decdfb73f14bc58ddcb380 (diff)
downloadffmpeg-e2921578c09ebbaa86b1659bc6076049f573e349.tar.gz
lavc/libkvazaar: fix incompatible pointer type.
fix the waring: libavcodec/libkvazaar.c:210:27: warning: passing argument 3 of ‘av_image_copy’ from incompatible pointer type [-Wincompatible-pointer-types] frame->data, frame->linesize, ^~~~~ In file included from libavcodec/libkvazaar.c:31:0: ./libavutil/imgutils.h:119:6: note: expected ‘const uint8_t ** {aka const unsigned char **}’ but argument is of type ‘uint8_t * const* {aka unsigned char * const*}’ void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavcodec/h261dec.c')
0 files changed, 0 insertions, 0 deletions