This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
pixdesc: mark gray8 as pseudopal
Many functions treat it as such already. Fixes Bug 499. CC:libav-stable@libav.org
tags/n2.0
Anton Khirnov
12 years ago
parent
3eae9b030c
commit
f36d7831d9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/pixdesc.c
+ 1
- 0
libavutil/pixdesc.c
View File
@@ -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",
Write
Preview
Loading…
Cancel
Save