1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avfilter: fix minor typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-07-30 05:01:45 +02:00
parent f893904469
commit dfd8f2ff19

View File

@ -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;