mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 03:40:30 +00:00
from_lavc_vid_conv.c: memcpy_data can be unused
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user