[svn] / branches / dev-api-4 / xvidcore / src / decoder.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/decoder.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1296, Sun Dec 21 17:38:17 2003 UTC revision 1297, Sun Dec 21 19:42:11 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: decoder.h,v 1.13.2.8 2003-12-20 11:54:22 Isibaar Exp $   * $Id: decoder.h,v 1.13.2.9 2003-12-21 19:41:58 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 30  Line 30 
30  #include "portab.h"  #include "portab.h"
31  #include "global.h"  #include "global.h"
32  #include "image/image.h"  #include "image/image.h"
33    #include "image/postprocessing.h"
34    
35  /*****************************************************************************  /*****************************************************************************
36   * Structures   * Structures
# Line 120  Line 121 
121          IMAGE tmp;              /* bframe interpolation, and post processing tmp buffer */          IMAGE tmp;              /* bframe interpolation, and post processing tmp buffer */
122          IMAGE qtmp;             /* quarter pel tmp buffer */          IMAGE qtmp;             /* quarter pel tmp buffer */
123    
124            /* postprocessing */
125            XVID_POSTPROC postproc;
126    
127          /* macroblock */          /* macroblock */
128    
129          uint32_t mb_width;          uint32_t mb_width;

Legend:
Removed from v.1296  
changed lines
  Added in v.1297

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4