# HG changeset patch # User stefano # Date 1236203410 0 # Node ID 913ae1f5c090c2c0273ce350450ee1dd3502fc03 # Parent 793cf8c68c4fddc0e62315aa1d92259316869e9d Fix typo: "i" -> "in". diff -r 793cf8c68c4f -r 913ae1f5c090 pixdesc.h --- a/pixdesc.h Wed Mar 04 19:37:19 2009 +0000 +++ b/pixdesc.h Wed Mar 04 21:50:10 2009 +0000 @@ -63,7 +63,7 @@ }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.