Browse Source

avfilter: fix minor typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
dfd8f2ff19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/avfilter.h

+ 1
- 1
libavfilter/avfilter.h 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;



Loading…
Cancel
Save