1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavfilter
Andreas Rheinhardt 423b6a7e49 avutil/imgutils: Add wrapper for av_image_copy() to avoid casts
av_image_copy() accepts const uint8_t* const * as source;
lots of user have uint8_t* const * and therefore either
cast (the majority) or copy the array of pointers.

This commit changes this by adding a static inline wrapper
for av_image_copy() that casts between the two types
so that we do not need to add casts everywhere else.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2023-09-12 09:42:27 +02:00
..
2022-07-07 17:52:32 +02:00
2023-05-29 00:42:01 +02:00
2023-08-14 11:19:56 +02:00
2022-07-30 11:42:06 +02:00
2022-07-30 11:42:06 +02:00
2023-08-14 11:19:56 +02:00
2023-03-29 00:15:19 +02:00