Commit e2d17d01 authored by Diego Biurrun's avatar Diego Biurrun

Fix doxy of flags parameter in fps_umf2avr().

Originally committed as revision 23992 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0baf34d8
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment