Fix compilation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
#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);
-
/**
* @}
* @}
#include "version.h"
#include "macros.h"
+/**
+ * Return the fractional representation of the internal time base.
+ */
+AVRational av_get_time_base_q(void);
+
/**
* @}
* @}