X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Favutil.h;h=ba6bb020513e1d3e99779030e64cbc745d5fb388;hb=73c4b6ce4b39313457348c60404f33aff2ed0d2c;hp=3b644f9941dc44d8316f7db23f9b60d3e4256c83;hpb=dac7e8a94e49e41f1dd0af34dc17d124d5b156ba;p=ffmpeg diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 3b644f9941d..ba6bb020513 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -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} -/** - * Return the fractional representation of the internal time base. - */ -AVRational av_get_time_base_q(void); - /** * @} * @} @@ -291,7 +286,6 @@ char av_get_picture_type_char(enum AVPictureType pict_type); #include "version.h" #include "macros.h" #include "mathematics.h" -#include "rational.h" #include "log.h" #include "pixfmt.h" @@ -331,6 +325,11 @@ unsigned av_int_list_length_for_size(unsigned elsize, */ FILE *av_fopen_utf8(const char *path, const char *mode); +/** + * Return the fractional representation of the internal time base. + */ +AVRational av_get_time_base_q(void); + /** * @} * @}