summaryrefslogtreecommitdiff
path: root/libavutil/pixfmt.h
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2012-07-05 15:38:53 -0800
committerMichael Niedermayer <michaelni@gmx.at>2012-07-06 17:08:22 +0200
commitb22ecbc6a57cb721960783af3168c1a9332ea3db (patch)
tree7e1f32b4e9bd667cadcf65d8c4341efe8b24debb /libavutil/pixfmt.h
parent60270eb482ed43b370bb2a9c5350cc3d54e61a0f (diff)
cosmetics: various spelling fixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/pixfmt.h')
-rw-r--r--libavutil/pixfmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index d90108adec..fa771bc5f9 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -142,7 +142,7 @@ enum PixelFormat {
PIX_FMT_BGR48LE, ///< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as little-endian
//the following 10 formats have the disadvantage of needing 1 format for each bit depth, thus
- //If you want to support multiple bit depths, then using PIX_FMT_YUV420P16* with the bpp stored seperately
+ //If you want to support multiple bit depths, then using PIX_FMT_YUV420P16* with the bpp stored separately
//is better
PIX_FMT_YUV420P9BE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
PIX_FMT_YUV420P9LE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian