Commit dfd8f2ff authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter: fix minor typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f8939044
...@@ -640,7 +640,7 @@ struct AVFilterLink { ...@@ -640,7 +640,7 @@ struct AVFilterLink {
* Sources should set it to the best estimation of the real frame rate. * Sources should set it to the best estimation of the real frame rate.
* Filters should update it if necessary depending on their function. * Filters should update it if necessary depending on their function.
* Sinks can use it to set a default output frame rate. * 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; AVRational frame_rate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment