summaryrefslogtreecommitdiff
path: root/libavformat/gxf.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 12:50:19 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 12:50:19 +0000
commite2d17d01976defd623051c01eeda315c1fc5308c (patch)
treea30b6b422b2e5b60562c858683000942fb7f458b /libavformat/gxf.c
parent0baf34d844c897c0874cdb9152213a412a6eee72 (diff)
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.c2
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) {