Browse Source

Fix typos

tags/n4.1
Michael Bunk Carl Eugen Hoyos 6 years ago
parent
commit
0d7e0f25ca
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/qsvenc_h264.c
  2. +1
    -1
      libavutil/avassert.h

+ 1
- 1
libavcodec/qsvenc_h264.c View File

@@ -1,5 +1,5 @@
/* /*
* Intel MediaSDK QSV based H.264 enccoder
* Intel MediaSDK QSV based H.264 encoder
* *
* copyright (c) 2013 Yukinori Yamazoe * copyright (c) 2013 Yukinori Yamazoe
* *


+ 1
- 1
libavutil/avassert.h View File

@@ -66,7 +66,7 @@
#endif #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 * This will av_assert0() that the cpu is not in MMX state on X86
*/ */


Loading…
Cancel
Save