[FFmpeg-cvslog] avfilter: fix minor typo
Michael Niedermayer
git at videolan.org
Mon Jul 30 14:35:00 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jul 30 05:01:45 2012 +0200| [dfd8f2ff195f3267bf266d96bc4b7cea4acf43a3] | committer: Michael Niedermayer
avfilter: fix minor typo
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dfd8f2ff195f3267bf266d96bc4b7cea4acf43a3
---
libavfilter/avfilter.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 91820dd..68373fd 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;
More information about the ffmpeg-cvslog
mailing list