Revision 5b21bdab libavutil/mathematics.h
libavutil/mathematics.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef MATHEMATICS_H |
|
22 |
#define MATHEMATICS_H |
|
21 |
#ifndef FFMPEG_MATHEMATICS_H
|
|
22 |
#define FFMPEG_MATHEMATICS_H
|
|
23 | 23 |
|
24 | 24 |
#include "rational.h" |
25 | 25 |
|
... | ... | |
48 | 48 |
*/ |
49 | 49 |
int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq); |
50 | 50 |
|
51 |
#endif /* MATHEMATICS_H */ |
|
51 |
#endif /* FFMPEG_MATHEMATICS_H */ |
Also available in: Unified diff