From b0bdc2a7123abd0287de435726ab68e9e475a8d8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 22 Apr 2014 22:44:14 +0200 Subject: avutil: move av_get_time_base_q() after include rational.h Fix compilation Signed-off-by: Michael Niedermayer Signed-off-by: Derek Buitenhuis --- libavutil/avutil.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavutil') diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 8c6e571f62..f056415f09 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -239,11 +239,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); - /** * @} * @} @@ -282,6 +277,11 @@ char av_get_picture_type_char(enum AVPictureType pict_type); #include "version.h" #include "macros.h" +/** + * Return the fractional representation of the internal time base. + */ +AVRational av_get_time_base_q(void); + /** * @} * @} -- cgit v1.2.3