Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-25 21:03:47 +0300
committerDiego Biurrun <diego@biurrun.de>2009-02-25 21:03:47 +0300
commite0cffbe7eaecfd54a3bc088c465a2c28d8626405 (patch)
tree4244ff37f310985fd619e8c9240cba7ee532705a /libavcodec/pixdesc.c
parentac00575d92e159e800a692b0e9f2b8cb25103c93 (diff)
spelling/wording/grammar cosmetics
Originally committed as revision 17588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/pixdesc.c')
-rw-r--r--libavcodec/pixdesc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/pixdesc.c b/libavcodec/pixdesc.c
index 7791fe6271..aac9cba6cf 100644
--- a/libavcodec/pixdesc.c
+++ b/libavcodec/pixdesc.c
@@ -1,5 +1,5 @@
/*
- * Pixel Format descriptor
+ * pixel format descriptor
* Copyright (c) 2009 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.
@@ -142,7 +142,7 @@ static const AVPixFmtDescriptor pix_fmt_desc[PIX_FMT_NB] = {
},
.flags = PIX_FMT_BE,
},
-//FIXME chaneg pix fmt defines so that we have a LE & BE instead of a Native endian
+//FIXME change pix fmt defines so that we have a LE & BE instead of a native-endian
#if 0
[PIX_FMT_RGB565_LE] = {
.nb_channels = 3,