[svn] / trunk / xvidcore / src / decoder.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/decoder.h

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

revision 1450, Sun May 9 21:21:31 2004 UTC revision 1451, Fri May 21 14:40:15 2004 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.15 2004-03-22 22:36:23 edgomez Exp $   * $Id: decoder.h,v 1.16 2004-05-21 14:40:15 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 159  Line 159 
159          xvid_image_t* out_frm;                /* This is used for slice rendering */          xvid_image_t* out_frm;                /* This is used for slice rendering */
160    
161          int * qscale;                           /* quantization table for decoder's stats */          int * qscale;                           /* quantization table for decoder's stats */
162    
163            /* Tells if the reference image is edged or not */
164            int is_edged[2];
165  }  }
166  DECODER;  DECODER;
167    

Legend:
Removed from v.1450  
changed lines
  Added in v.1451

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