[FFmpeg-cvslog] r17812 - trunk/libavcodec/pixdesc.h

stefano subversion
Wed Mar 4 22:50:10 CET 2009


Author: stefano
Date: Wed Mar  4 22:50:10 2009
New Revision: 17812

Log:
Fix typo: "i" -> "in".

Modified:
   trunk/libavcodec/pixdesc.h

Modified: trunk/libavcodec/pixdesc.h
==============================================================================
--- trunk/libavcodec/pixdesc.h	Wed Mar  4 20:37:19 2009	(r17811)
+++ trunk/libavcodec/pixdesc.h	Wed Mar  4 22:50:10 2009	(r17812)
@@ -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.
 
 




More information about the ffmpeg-cvslog mailing list