From d3f766124a5b47290a667db285c9f37d9bfab66f Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Wed, 4 Mar 2009 21:50:10 +0000
Subject: [PATCH] Fix typo: "i" -> "in".

Originally committed as revision 17812 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/pixdesc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/pixdesc.h b/libavcodec/pixdesc.h
index 8db49235d68..bab781310c6 100644
--- a/libavcodec/pixdesc.h
+++ b/libavcodec/pixdesc.h
@@ -63,7 +63,7 @@ typedef struct AVPixFmtDescriptor{
 }AVPixFmtDescriptor;
 
 #define PIX_FMT_BE        1 ///< big-endian
-#define PIX_FMT_PAL       2 ///< Pixel format has a palette i data[1], values are indexes in this palette.
+#define PIX_FMT_PAL       2 ///< Pixel format has a palette in data[1], values are indexes in this palette.
 #define PIX_FMT_BITSTREAM 4 ///< All values of a component are bit-wise packed end to end.
 
 
-- 
GitLab