You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +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:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user