diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-13 04:19:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-13 04:19:45 +0000 |
commit | 6187b8bde37b92f7f43be2ae9a3d15c0ade5cd12 (patch) | |
tree | e4eaceb3260349547df278caa6a5c06e68e46e6f /libavformat/x11grab.c | |
parent | d0b456ba1e9078894e9540fef8cd7ccc17715168 (diff) | |
download | ffmpeg-6187b8bde37b92f7f43be2ae9a3d15c0ade5cd12.tar.gz |
typo: pallete --> palette
Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/x11grab.c')
-rw-r--r-- | libavformat/x11grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c index 48ef3d7256..66e3be537c 100644 --- a/libavformat/x11grab.c +++ b/libavformat/x11grab.c @@ -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: |