mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix doxy of flags parameter in fps_umf2avr().
Originally committed as revision 23992 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0baf34d844
commit
e2d17d0197
@ -191,7 +191,7 @@ static AVRational fps_tag2avr(int32_t fps) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief convert UMF attributes flags to AVRational 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
|
* \return fps as AVRational, or 0 / 0 if unknown
|
||||||
*/
|
*/
|
||||||
static AVRational fps_umf2avr(uint32_t flags) {
|
static AVRational fps_umf2avr(uint32_t flags) {
|
||||||
|
Loading…
Reference in New Issue
Block a user