summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/libavutil/mathematics.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/libavutil/mathematics.h')
-rw-r--r--apps/codecs/libwmapro/libavutil/mathematics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libwmapro/libavutil/mathematics.h b/apps/codecs/libwmapro/libavutil/mathematics.h
index e198aef8cb..a09d3e9ad8 100644
--- a/apps/codecs/libwmapro/libavutil/mathematics.h
+++ b/apps/codecs/libwmapro/libavutil/mathematics.h
@@ -24,7 +24,7 @@
24#include <stdint.h> 24#include <stdint.h>
25#include <math.h> 25#include <math.h>
26#include "attributes.h" 26#include "attributes.h"
27#include "rational.h" 27//#include "rational.h"
28 28
29#ifndef M_E 29#ifndef M_E
30#define M_E 2.7182818284590452354 /* e */ 30#define M_E 2.7182818284590452354 /* e */
@@ -84,7 +84,7 @@ int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding) av_cons
84/** 84/**
85 * Rescales a 64-bit integer by 2 rational numbers. 85 * Rescales a 64-bit integer by 2 rational numbers.
86 */ 86 */
87int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const; 87//int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
88 88
89/** 89/**
90 * Compares 2 timestamps each in its own timebases. 90 * Compares 2 timestamps each in its own timebases.
@@ -92,7 +92,7 @@ int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
92 * is outside the int64_t range when represented in the others timebase. 92 * is outside the int64_t range when represented in the others timebase.
93 * @return -1 if ts_a is before ts_b, 1 if ts_a is after ts_b or 0 if they represent the same position 93 * @return -1 if ts_a is before ts_b, 1 if ts_a is after ts_b or 0 if they represent the same position
94 */ 94 */
95int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b); 95//int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
96 96
97 97
98#endif /* AVUTIL_MATHEMATICS_H */ 98#endif /* AVUTIL_MATHEMATICS_H */