Browse Source

typo: pallete --> palette

Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
6187b8bde3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/x11grab.c

+ 1
- 1
libavformat/x11grab.c View File

@@ -169,7 +169,7 @@ x11grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)

switch (image->bits_per_pixel) {
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;
break;
case 16:


Loading…
Cancel
Save