[FFmpeg-cvslog] avutil: move av_get_time_base_q() after include rational.h
Michael Niedermayer
git at videolan.org
Tue Apr 22 22:53:06 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr 22 22:44:14 2014 +0200| [c7251fec39c5b54470bb295acfc81d89683843c7] | committer: Michael Niedermayer
avutil: move av_get_time_base_q() after include rational.h
Fix compilation
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c7251fec39c5b54470bb295acfc81d89683843c7
---
libavutil/avutil.h | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 3b644f9..5dfbcaf 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)
More information about the ffmpeg-cvslog
mailing list