]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/avutil.h
tools/ffhash: implement base64 output.
[ffmpeg] / libavutil / avutil.h
index 3b644f9941dc44d8316f7db23f9b60d3e4256c83..ba6bb020513e1d3e99779030e64cbc745d5fb388 100644 (file)
@@ -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);
+
 /**
  * @}
  * @}