summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {