mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
pixdesc: mark gray8 as pseudopal
Many functions treat it as such already. Fixes Bug 499. CC:libav-stable@libav.org
This commit is contained in:
parent
3eae9b030c
commit
f36d7831d9
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
|
|||
.comp = {
|
||||
{ 0, 0, 1, 0, 7 }, /* Y */
|
||||
},
|
||||
.flags = PIX_FMT_PSEUDOPAL,
|
||||
},
|
||||
[AV_PIX_FMT_MONOWHITE] = {
|
||||
.name = "monow",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue