comparison cavs.c @ 4944:5d4544d7cbbc libavcodec

move defines and enums out of cavsdata.h
author aurel
date Tue, 08 May 2007 23:58:35 +0000
parents 0d1cc37d9430
children 64ca10777164
comparison
equal deleted inserted replaced
4943:25cd2084129a 4944:5d4544d7cbbc
27 27
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "bitstream.h" 29 #include "bitstream.h"
30 #include "golomb.h" 30 #include "golomb.h"
31 #include "mpegvideo.h" 31 #include "mpegvideo.h"
32 #include "cavs.h"
33 #ifdef CONFIG_CAVS_DECODER
32 #include "cavsdata.h" 34 #include "cavsdata.h"
33 35
34 #ifdef CONFIG_CAVS_DECODER
35 typedef struct { 36 typedef struct {
36 MpegEncContext s; 37 MpegEncContext s;
37 Picture picture; ///< currently decoded frame 38 Picture picture; ///< currently decoded frame
38 Picture DPB[2]; ///< reference frames 39 Picture DPB[2]; ///< reference frames
39 int dist[2]; ///< temporal distances from current frame to ref frames 40 int dist[2]; ///< temporal distances from current frame to ref frames