Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-18 14:34:19 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-01-18 14:34:19 +0300
commit399c8e860f485e7163dd55f07cbec6fcc2a63dbd (patch)
tree7716aee7303194fd4420e95a8f71c8c1c975cb67 /libavutil
parentaceb9131c16918164279cf0f8e1b5384610e3245 (diff)
lavu/frame: Fix typo.
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 8d0dfedebb..8aa3e88367 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -222,7 +222,7 @@ typedef struct AVFrameSideData {
* returns EINVAL if AVRational.den is zero.
* the value (num/den) range is [-1.0, 1.0], clamp to +-1.0 if out of range.
* 0 means no picture quality change,
- * negtive offset asks for better quality (and the best with value -1.0),
+ * negative offset asks for better quality (and the best with value -1.0),
* positive offset asks for worse quality (and the worst with value 1.0).
* How to explain/implement the different quilaity requirement is encoder dependent.
*/