summaryrefslogtreecommitdiff
path: root/libavcodec/pixdesc.c
diff options
context:
space:
mode:
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,