summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiederick Niehorster <dcnieho@gmail.com>2022-01-20 13:28:29 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-21 11:58:23 +0100
commit7247a6fed8de9c2162ed408682e095f0b7f19350 (patch)
tree5615fb0303799cabf034676ff860910508c50796
parentc8b11b28d1eb8dfa34c727c5da9b266124196799 (diff)
avutil/pixfmt.h: typo
Signed-off-by: Diederick Niehorster <dcnieho@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavutil/pixfmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 02e355eb4d..66913f606b 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -360,7 +360,7 @@ enum AVPixelFormat {
AV_PIX_FMT_P410LE, ///< interleaved chroma YUV 4:4:4, 30bpp, data in the high bits, little-endian
AV_PIX_FMT_P216BE, ///< interleaved chroma YUV 4:2:2, 32bpp, big-endian
- AV_PIX_FMT_P216LE, ///< interleaved chroma YUV 4:2:2, 32bpp, liddle-endian
+ AV_PIX_FMT_P216LE, ///< interleaved chroma YUV 4:2:2, 32bpp, little-endian
AV_PIX_FMT_P416BE, ///< interleaved chroma YUV 4:4:4, 48bpp, big-endian
AV_PIX_FMT_P416LE, ///< interleaved chroma YUV 4:4:4, 48bpp, little-endian