Commit c4d7e02c authored by Laurent Aimar's avatar Laurent Aimar

Revert "swscale: Support RGB565 in swscale."

This reverts commit 103ae418.

This cannot be good: either it is invalid or incomplete. More informations
are needed to properly fix the issue seen.
parent 131757a0
...@@ -278,9 +278,6 @@ static void FixParameters( int *pi_fmt, bool *pb_has_a, bool *pb_swap_uv, vlc_fo ...@@ -278,9 +278,6 @@ static void FixParameters( int *pi_fmt, bool *pb_has_a, bool *pb_swap_uv, vlc_fo
*pi_fmt = PIX_FMT_YUV410P; *pi_fmt = PIX_FMT_YUV410P;
*pb_swap_uv = true; *pb_swap_uv = true;
break; break;
case VLC_CODEC_RGB16:
*pi_fmt = PIX_FMT_RGB565;
break;
default: default:
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment