Commit 2bd9db44 authored by diego's avatar diego

typo: pallete --> palette


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7444 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a2566831
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment