swscale: Add GRAY12
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
638b216d4f
commit
19be5fb728
@@ -131,6 +131,8 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
|
||||
[AV_PIX_FMT_RGB0] = { 1, 1 },
|
||||
[AV_PIX_FMT_0BGR] = { 1, 1 },
|
||||
[AV_PIX_FMT_BGR0] = { 1, 1 },
|
||||
[AV_PIX_FMT_GRAY12BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_GRAY12LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_GRAY16BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_GRAY16LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV440P] = { 1, 1 },
|
||||
|
Reference in New Issue
Block a user