comparison rtjpeg.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents a5fca6fd5e4c
children 1d83e9c34641
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
20 */ 20 */
21 21
22 #ifndef RTJPEG_H 22 #ifndef RTJPEG_H
23 #define RTJPEG_H 23 #define RTJPEG_H
24 24
25 #include <stdint.h>
26 #include <dsputil.h>
27
25 typedef struct { 28 typedef struct {
26 int w, h; 29 int w, h;
27 DSPContext *dsp; 30 DSPContext *dsp;
28 uint8_t scan[64]; 31 uint8_t scan[64];
29 uint32_t lquant[64]; 32 uint32_t lquant[64];