avutil: move av_get_time_base_q() after include rational.h
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Apr 2014 20:44:14 +0000 (22:44 +0200)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Tue, 22 Apr 2014 21:35:51 +0000 (17:35 -0400)
Fix compilation

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavutil/avutil.h

index 8c6e571..f056415 100644 (file)
@@ -240,11 +240,6 @@ enum AVMediaType {
 #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);
-
-/**
  * @}
  * @}
  * @defgroup lavu_picture Image related
@@ -283,6 +278,11 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
 #include "macros.h"
 
 /**
+ * Return the fractional representation of the internal time base.
+ */
+AVRational av_get_time_base_q(void);
+
+/**
  * @}
  * @}
  */