diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-28 23:03:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-28 23:03:17 +0000 |
commit | bfe3676feb5548993292b806de45a1cbc746c05f (patch) | |
tree | 18ad073de9e9d1ef37ef08fe31de7929e11f04a3 /libavutil/avutil.h | |
parent | 7b484a7a177b689f6f3ae8f16935dd47ff5120c3 (diff) | |
download | ffmpeg-bfe3676feb5548993292b806de45a1cbc746c05f.tar.gz |
spelling/grammar/consistency review part II
Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 9f3f216459..6550d9fea8 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -70,7 +70,7 @@ unsigned avutil_version(void); * * When the pixel format is palettized RGB (PIX_FMT_PAL8), the palettized * image data is stored in AVFrame.data[0]. The palette is transported in - * AVFrame.data[1] and, is 1024 bytes long (256 4-byte entries) and is + * AVFrame.data[1], is 1024 bytes long (256 4-byte entries) and is * formatted the same as in PIX_FMT_RGB32 described above (i.e., it is * also endian-specific). Note also that the individual RGB palette * components stored in AVFrame.data[1] should be in the range 0..255. |