mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 10:11:01 +00:00
typo: pallete --> palette
Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d0b456ba1e
commit
6187b8bde3
@ -169,7 +169,7 @@ x11grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
|
|||||||
|
|
||||||
switch (image->bits_per_pixel) {
|
switch (image->bits_per_pixel) {
|
||||||
case 8:
|
case 8:
|
||||||
av_log (s1, AV_LOG_DEBUG, "8 bit pallete\n");
|
av_log (s1, AV_LOG_DEBUG, "8 bit palette\n");
|
||||||
input_pixfmt = PIX_FMT_PAL8;
|
input_pixfmt = PIX_FMT_PAL8;
|
||||||
break;
|
break;
|
||||||
case 16:
|
case 16:
|
||||||
|
Loading…
Reference in New Issue
Block a user