libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation

This commit is contained in:
Peter Ross
2011-03-17 21:07:18 +11:00
parent 27ef7b1bcd
commit 3e2523db20
12 changed files with 125 additions and 3 deletions

View File

@ -73,6 +73,8 @@ const char *swscale_license(void)
|| (x)==PIX_FMT_RGB48LE \
|| (x)==PIX_FMT_RGB32 \
|| (x)==PIX_FMT_RGB32_1 \
|| (x)==PIX_FMT_BGR48BE \
|| (x)==PIX_FMT_BGR48LE \
|| (x)==PIX_FMT_BGR24 \
|| (x)==PIX_FMT_BGR565 \
|| (x)==PIX_FMT_BGR555 \