mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
Originally committed as revision 29317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
6532cd55b1
commit
5b21719ea2
@ -299,6 +299,8 @@ const char *sws_format_name(int format);
|
||||
#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 \
|
||||
|
Loading…
Reference in New Issue
Block a user