diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:50:19 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:50:19 +0000 |
commit | e2d17d01976defd623051c01eeda315c1fc5308c (patch) | |
tree | a30b6b422b2e5b60562c858683000942fb7f458b /libavformat/gxf.c | |
parent | 0baf34d844c897c0874cdb9152213a412a6eee72 (diff) | |
download | ffmpeg-e2d17d01976defd623051c01eeda315c1fc5308c.tar.gz |
Fix doxy of flags parameter in fps_umf2avr().
Originally committed as revision 23992 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/gxf.c')
-rw-r--r-- | libavformat/gxf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gxf.c b/libavformat/gxf.c index 99d39e4207..c524db9dc2 100644 --- a/libavformat/gxf.c +++ b/libavformat/gxf.c @@ -191,7 +191,7 @@ static AVRational fps_tag2avr(int32_t fps) { /** * \brief convert UMF attributes flags to AVRational fps - * \param fps fps value from flags + * \param flags UMF flags to convert * \return fps as AVRational, or 0 / 0 if unknown */ static AVRational fps_umf2avr(uint32_t flags) { |