Mercurial > libavcodec.hg
comparison rtjpeg.h @ 6436:6491d3284f89 libavcodec
dsputil.h is a local header
author | aurel |
---|---|
date | Mon, 03 Mar 2008 23:14:25 +0000 |
parents | c8ec0c985df8 |
children | c4a4495715dd |
comparison
equal
deleted
inserted
replaced
6435:cb4ee143ad29 | 6436:6491d3284f89 |
---|---|
21 | 21 |
22 #ifndef FFMPEG_RTJPEG_H | 22 #ifndef FFMPEG_RTJPEG_H |
23 #define FFMPEG_RTJPEG_H | 23 #define FFMPEG_RTJPEG_H |
24 | 24 |
25 #include <stdint.h> | 25 #include <stdint.h> |
26 #include <dsputil.h> | 26 #include "dsputil.h" |
27 | 27 |
28 typedef struct { | 28 typedef struct { |
29 int w, h; | 29 int w, h; |
30 DSPContext *dsp; | 30 DSPContext *dsp; |
31 uint8_t scan[64]; | 31 uint8_t scan[64]; |