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:
authorMichael Niedermayer <michaelni@gmx.at>2012-07-30 07:01:45 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-07-30 16:17:10 +0400
commitdfd8f2ff195f3267bf266d96bc4b7cea4acf43a3 (patch)
tree7bdaebb72cddd4955bff5459c1a3a497ea343729 /libavfilter
parentf893904469946cc86e28f329a47603b14d580c76 (diff)
avfilter: fix minor typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 91820dde3b..68373fdd6e 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -640,7 +640,7 @@ struct AVFilterLink {
* Sources should set it to the best estimation of the real frame rate.
* Filters should update it if necessary depending on their function.
* Sinks can use it to set a default output frame rate.
- * It is similar to the r_frae_rate field in AVStream.
+ * It is similar to the r_frame_rate field in AVStream.
*/
AVRational frame_rate;