Commit c7251fec authored by Michael Niedermayer's avatar Michael Niedermayer

avutil: move av_get_time_base_q() after include rational.h

Fix compilation
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dac7e8a9
...@@ -246,11 +246,6 @@ const char *av_get_media_type_string(enum AVMediaType media_type); ...@@ -246,11 +246,6 @@ const char *av_get_media_type_string(enum AVMediaType media_type);
#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
/**
* Return the fractional representation of the internal time base.
*/
AVRational av_get_time_base_q(void);
/** /**
* @} * @}
* @} * @}
...@@ -295,6 +290,12 @@ char av_get_picture_type_char(enum AVPictureType pict_type); ...@@ -295,6 +290,12 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#include "log.h" #include "log.h"
#include "pixfmt.h" #include "pixfmt.h"
/**
* Return the fractional representation of the internal time base.
*/
AVRational av_get_time_base_q(void);
/** /**
* Return x default pointer in case p is NULL. * Return x default pointer in case p is NULL.
*/ */
......
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