Browse Source

Fix doxy of flags parameter in fps_umf2avr().

Originally committed as revision 23992 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Diego Biurrun 15 years ago
parent
commit
e2d17d0197
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/gxf.c

+ 1
- 1
libavformat/gxf.c View File

@@ -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) {


Loading…
Cancel
Save