lavc: Fix r12l_to_gbrp12le conversion

This commit is contained in:
Martin Piatka
2025-11-18 10:32:14 +01:00
parent 7cc5726470
commit c4e20cf044

View File

@@ -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)