mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 06:40:26 +00:00
lavc: Fix r12l_to_gbrp12le conversion
This commit is contained in:
@@ -1133,7 +1133,6 @@ static void r12l_to_gbrp16le(AVFrame * __restrict out_frame, const unsigned char
|
||||
static void r12l_to_gbrp12le(AVFrame * __restrict out_frame, const unsigned char * __restrict in_data, int width, int height)
|
||||
{
|
||||
r12l_to_gbrpXXle(out_frame, in_data, width, height, 12U);
|
||||
memset(out_frame->data[1], 255, 5000);
|
||||
}
|
||||
|
||||
static void rg48_to_gbrp12le(AVFrame * __restrict out_frame, const unsigned char * __restrict in_data, int width, int height)
|
||||
|
||||
Reference in New Issue
Block a user