[vlc-commits] commit: Revert "swscale: Support RGB565 in swscale." (Laurent Aimar )
git at videolan.org
git at videolan.org
Sun Oct 31 13:05:29 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Oct 31 13:03:29 2010 +0100| [c4d7e02c6f1212e24a36a0ac62a4ec08e7ebbf54] | committer: Laurent Aimar
Revert "swscale: Support RGB565 in swscale."
This reverts commit 103ae418b44980c0cabd211cd18d10ed87a994f4.
This cannot be good: either it is invalid or incomplete. More informations
are needed to properly fix the issue seen.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4d7e02c6f1212e24a36a0ac62a4ec08e7ebbf54
---
modules/video_filter/swscale.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/video_filter/swscale.c b/modules/video_filter/swscale.c
index 77644d0..ffa2b1d 100644
--- a/modules/video_filter/swscale.c
+++ b/modules/video_filter/swscale.c
@@ -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;
*pb_swap_uv = true;
break;
- case VLC_CODEC_RGB16:
- *pi_fmt = PIX_FMT_RGB565;
- break;
default:
break;
}
More information about the vlc-commits
mailing list