From: Michael Niedermayer <[email protected]> Fix compilation
Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Derek Buitenhuis <[email protected]> --- I guess luca moved it? --- libavutil/avutil.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 8c6e571..f056415 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -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); + +/** * @} * @} */ -- 1.9.2 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
