~noskcaj/ubuntu/saucy/libav/merge0.8.7-1

« back to all changes in this revision

Viewing changes to libavcodec/mpegvideo.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-09-28 09:18:34 UTC
  • mfrom: (1.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20110928091834-w415mnuh06h4zpvc
Tags: 4:0.7.1-7ubuntu2
Revert "Convert package to include multiarch support."

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
     * halfpel luma planes.
89
89
     */
90
90
    uint8_t *interpolated[3];
 
91
    int8_t *qscale_table_base;
91
92
    int16_t (*motion_val_base[2])[2];
92
93
    uint32_t *mb_type_base;
93
94
#define MB_TYPE_INTRA MB_TYPE_INTRA4x4 //default mb_type if there is just one type