Mercurial > libavcodec.hg
diff cavs.h @ 12356:1241c824de46 libavcodec
Move cavs dsp functions to their own struct
| author | mru |
|---|---|
| date | Tue, 03 Aug 2010 20:59:00 +0000 |
| parents | 98970e51365a |
| children |
line wrap: on
line diff
--- a/cavs.h Tue Aug 03 11:35:41 2010 +0000 +++ b/cavs.h Tue Aug 03 20:59:00 2010 +0000 @@ -24,6 +24,7 @@ #include "dsputil.h" #include "mpegvideo.h" +#include "cavsdsp.h" #define SLICE_MAX_START_CODE 0x000001af #define EXT_START_CODE 0x000001b5 @@ -153,6 +154,7 @@ typedef struct { MpegEncContext s; + CAVSDSPContext cdsp; Picture picture; ///< currently decoded frame Picture DPB[2]; ///< reference frames int dist[2]; ///< temporal distances from current frame to ref frames
