]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/avutil.h
tools/ffhash: implement base64 output.
[ffmpeg] / libavutil / avutil.h
index 5dfbcaf84547f27f00928c529e47dade36d72265..ba6bb020513e1d3e99779030e64cbc745d5fb388 100644 (file)
@@ -286,16 +286,9 @@ 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"
 
-/**
- * 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.
  */
@@ -332,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);
+
 /**
  * @}
  * @}