This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix typos
tags/n4.1
Michael Bunk
Carl Eugen Hoyos
6 years ago
parent
0a12af2185
commit
0d7e0f25ca
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/qsvenc_h264.c
+1
-1
libavutil/avassert.h
+ 1
- 1
libavcodec/qsvenc_h264.c
View File
@@ -1,5 +1,5 @@
/*
* Intel MediaSDK QSV based H.264 enc
c
oder
* Intel MediaSDK QSV based H.264 encoder
*
* copyright (c) 2013 Yukinori Yamazoe
*
+ 1
- 1
libavutil/avassert.h
View File
@@ -66,7 +66,7 @@
#endif
/**
* Assert that floating point op
p
erations 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
*/
Write
Preview
Loading…
Cancel
Save