From e2d17d01976defd623051c01eeda315c1fc5308c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 12:50:19 +0000 Subject: Fix doxy of flags parameter in fps_umf2avr(). Originally committed as revision 23992 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/gxf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/gxf.c') 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) { -- cgit v1.2.3