projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Y400A (gray alpha) input support in libswscale
[ffmpeg.git]
/
libswscale
/
utils.c
diff --git
a/libswscale/utils.c
b/libswscale/utils.c
index
b52a793
..
c817a4d
100644
(file)
--- a/
libswscale/utils.c
+++ b/
libswscale/utils.c
@@
-81,6
+81,7
@@
const char *swscale_license(void)
|| (x)==PIX_FMT_RGB565 \
|| (x)==PIX_FMT_RGB555 \
|| (x)==PIX_FMT_GRAY8 \
+ || (x)==PIX_FMT_Y400A \
|| (x)==PIX_FMT_YUV410P \
|| (x)==PIX_FMT_YUV440P \
|| (x)==PIX_FMT_NV12 \