comparison mathematics.h @ 468:b76b4c3a5dde libavutil

Add missing stdint.h #include to headers that use it.
author diego
date Thu, 13 Mar 2008 00:20:15 +0000
parents d0f3bb6e367e
children 8d25a4b50588
comparison
equal deleted inserted replaced
467:4472cc562ee9 468:b76b4c3a5dde
19 */ 19 */
20 20
21 #ifndef FFMPEG_MATHEMATICS_H 21 #ifndef FFMPEG_MATHEMATICS_H
22 #define FFMPEG_MATHEMATICS_H 22 #define FFMPEG_MATHEMATICS_H
23 23
24 #include <stdint.h>
24 #include "rational.h" 25 #include "rational.h"
25 26
26 enum AVRounding { 27 enum AVRounding {
27 AV_ROUND_ZERO = 0, ///< round toward zero 28 AV_ROUND_ZERO = 0, ///< round toward zero
28 AV_ROUND_INF = 1, ///< round away from zero 29 AV_ROUND_INF = 1, ///< round away from zero