comparison ratecontrol.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 90e848a24c70
children 1d83e9c34641
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
26 /** 26 /**
27 * @file ratecontrol.h 27 * @file ratecontrol.h
28 * ratecontrol header. 28 * ratecontrol header.
29 */ 29 */
30 30
31 #include <stdio.h>
32 #include <stdint.h>
31 #include "eval.h" 33 #include "eval.h"
32 34
33 typedef struct Predictor{ 35 typedef struct Predictor{
34 double coeff; 36 double coeff;
35 double count; 37 double count;