]> git.sesse.net Git - ffmpeg/commitdiff
Fix typos
authorMichael Bunk <bunk@iat.uni-leipzig.de>
Thu, 30 Aug 2018 06:56:18 +0000 (08:56 +0200)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Fri, 14 Sep 2018 19:36:21 +0000 (21:36 +0200)
libavcodec/qsvenc_h264.c
libavutil/avassert.h

index f2bdea018034a16e58564897f3d7b13162bffb0a..07c9d64e6b81f47d5f90dde00ef5a5abc4616ac2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Intel MediaSDK QSV based H.264 enccoder
+ * Intel MediaSDK QSV based H.264 encoder
  *
  * copyright (c) 2013 Yukinori Yamazoe
  *
index 46f3fea58025da83c47d32f6e7f2c0529b56bc3a..9abeadea4a2319832491e57d6b4ab16da2e738f5 100644 (file)
@@ -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
  */