1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavcodec
Jun Zhao e2921578c0 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>
2018-08-22 19:06:12 +08:00
..
2018-08-21 11:52:06 +02:00
2018-04-30 21:50:12 +02:00
2018-02-09 22:10:56 +01:00
2018-07-03 20:15:01 +01:00
2018-08-21 11:52:06 +02:00
2018-08-08 00:13:13 +05:30
2018-07-22 10:19:03 +02:00
2018-07-18 13:59:25 +02:00
2018-04-19 22:59:40 +02:00
2018-02-24 17:06:31 +01:00
2018-02-24 17:06:31 +01:00
2018-01-05 03:35:48 +01:00
2018-04-25 23:09:47 +02:00
2018-08-21 11:52:06 +02:00
2018-05-25 20:09:22 +02:00
2017-12-10 14:43:01 +01:00
2018-02-24 17:06:31 +01:00
2018-08-08 00:13:13 +05:30
2017-12-11 00:42:26 -03:00
2018-08-21 11:52:06 +02:00
2017-12-10 14:43:01 +01:00
2018-01-03 13:00:06 -05:00
2018-07-27 20:07:45 +08:00
2018-03-29 00:05:52 -03:00
2018-08-22 11:36:19 +02:00
2018-05-10 23:03:50 +02:00
2017-12-19 23:22:35 +00:00
2018-05-05 21:35:31 +02:00
2018-03-07 22:26:53 +01:00
2018-02-24 04:50:55 +01:00
2018-07-23 02:58:38 +02:00
2018-02-21 23:38:30 +00:00
2018-02-21 23:38:30 +00:00
2018-04-25 22:07:20 +02:00
2017-12-19 23:21:59 +00:00
2017-12-19 23:21:59 +00:00