from_lavc_vid_conv.c: memcpy_data can be unused

This commit is contained in:
Martin Pulec
2023-02-20 11:19:23 +01:00
parent edf00eca5f
commit 11fe526619

View File

@@ -113,6 +113,8 @@ static void rgb24_to_uyvy(char * __restrict dst_buffer, AVFrame * __restrict fra
}
}
static void memcpy_data(char * __restrict dst_buffer, AVFrame * __restrict frame,
int width, int height, int pitch, const int * __restrict rgb_shift) ATTRIBUTE(unused);
static void memcpy_data(char * __restrict dst_buffer, AVFrame * __restrict frame,
int width, int height, int pitch, const int * __restrict rgb_shift)
{