summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/avutil.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 3b644f9941..5dfbcaf845 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -247,11 +247,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);
-
-/**
* @}
* @}
* @defgroup lavu_picture Image related
@@ -296,6 +291,12 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#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.
*/
static inline void *av_x_if_null(const void *p, const void *x)