aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bunk <bunk@iat.uni-leipzig.de>2018-08-30 08:56:18 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-09-14 21:36:21 +0200
commit0d7e0f25caa0c460106a53f8bb09468894dc1632 (patch)
treeeb5da557ec5cbe8f74f065bb95ff21499134783b
parent0a12af2185f9fd940bb8cef3772c332699f5bd28 (diff)
downloadffmpeg-0d7e0f25caa0c460106a53f8bb09468894dc1632.tar.gz
Fix typos
-rw-r--r--libavcodec/qsvenc_h264.c2
-rw-r--r--libavutil/avassert.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/qsvenc_h264.c b/libavcodec/qsvenc_h264.c
index f2bdea0180..07c9d64e6b 100644
--- a/libavcodec/qsvenc_h264.c
+++ b/libavcodec/qsvenc_h264.c
@@ -1,5 +1,5 @@
/*
- * Intel MediaSDK QSV based H.264 enccoder
+ * Intel MediaSDK QSV based H.264 encoder
*
* copyright (c) 2013 Yukinori Yamazoe
*
diff --git a/libavutil/avassert.h b/libavutil/avassert.h
index 46f3fea580..9abeadea4a 100644
--- a/libavutil/avassert.h
+++ b/libavutil/avassert.h
@@ -66,7 +66,7 @@
#endif
/**
- * Assert that floating point opperations can be executed.
+ * Assert that floating point operations can be executed.
*
* This will av_assert0() that the cpu is not in MMX state on X86
*/