Mercurial > mplayer.hg
changeset 29275:bc48593c663e
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
author | kostya |
---|---|
date | Tue, 19 May 2009 17:37:58 +0000 |
parents | 9f1499cf3a68 |
children | ff43e2263d6d |
files | libswscale/swscale_internal.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale_internal.h Tue May 19 17:26:22 2009 +0000 +++ b/libswscale/swscale_internal.h Tue May 19 17:37:58 2009 +0000 @@ -299,6 +299,8 @@ #define is16BPS(x) ( \ (x)==PIX_FMT_GRAY16BE \ || (x)==PIX_FMT_GRAY16LE \ + || (x)==PIX_FMT_RGB48BE \ + || (x)==PIX_FMT_RGB48LE \ || (x)==PIX_FMT_YUV420PLE \ || (x)==PIX_FMT_YUV422PLE \ || (x)==PIX_FMT_YUV444PLE \