summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2006-11-02 09:01:01 +0000
committerLuca Abeni <lucabe72@email.it>2006-11-02 09:01:01 +0000
commita43fb6b37efa5b01f2c9bdc414570691229bcfab (patch)
tree1d302a8bfaedb07b94badd4018eb337f8b68f797 /libswscale/swscale.c
parent949b1a13bf4434ade235fdcd783c5fe0d27c0c3b (diff)
downloadffmpeg-streaming-a43fb6b37efa5b01f2c9bdc414570691229bcfab.zip
ffmpeg-streaming-a43fb6b37efa5b01f2c9bdc414570691229bcfab.tar.gz
Add support for conversions from the rgb565 and rgb555 formats
Originally committed as revision 20605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 09261e6..1502b7b 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -109,7 +109,7 @@ untested special converters
#define isSupportedIn(x) ((x)==PIX_FMT_YUV420P || (x)==PIX_FMT_YUYV422 || (x)==PIX_FMT_UYVY422\
|| (x)==PIX_FMT_RGB32|| (x)==PIX_FMT_BGR24|| (x)==PIX_FMT_BGR565|| (x)==PIX_FMT_BGR555\
- || (x)==PIX_FMT_BGR32|| (x)==PIX_FMT_RGB24\
+ || (x)==PIX_FMT_BGR32|| (x)==PIX_FMT_RGB24|| (x)==PIX_FMT_RGB565|| (x)==PIX_FMT_RGB555\
|| (x)==PIX_FMT_GRAY8 || (x)==PIX_FMT_YUV410P\
|| (x)==PIX_FMT_GRAY16BE || (x)==PIX_FMT_GRAY16LE\
|| (x)==PIX_FMT_YUV444P || (x)==PIX_FMT_YUV422P || (x)==PIX_FMT_YUV411P)
OpenPOWER on IntegriCloud