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

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

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

revision 1242, Fri Dec 5 14:44:35 2003 UTC revision 1243, Sat Dec 6 10:35:23 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: xvid.h,v 1.27.2.47 2003-12-05 14:44:35 edgomez Exp $   * $Id: xvid.h,v 1.27.2.48 2003-12-06 10:35:23 chl Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 277  Line 277 
277                          int general;        /* [out] flags */                          int general;        /* [out] flags */
278                          int width;          /* [out] width */                          int width;          /* [out] width */
279                          int height;         /* [out] height */                          int height;         /* [out] height */
280                          int par;            /* [out] picture aspect ratio (refer to XVID_PAR_xxx above) */                          int par;            /* [out] pixel aspect ratio (refer to XVID_PAR_xxx above) */
281                          int par_width;      /* [out] aspect ratio width */                          int par_width;      /* [out] aspect ratio width */
282                          int par_height;     /* [out] aspect ratio height */                          int par_height;     /* [out] aspect ratio height */
283                  } vol;                  } vol;
# Line 620  Line 620 
620          unsigned char *quant_intra_matrix; /* [in:opt] custom intra qmatrix */          unsigned char *quant_intra_matrix; /* [in:opt] custom intra qmatrix */
621          unsigned char *quant_inter_matrix; /* [in:opt] custom inter qmatrix */          unsigned char *quant_inter_matrix; /* [in:opt] custom inter qmatrix */
622    
623          int par;                           /* [in:opt] picture aspect ratio (refer to XVID_PAR_xxx above) */          int par;                           /* [in:opt] pixel aspect ratio (refer to XVID_PAR_xxx above) */
624          int par_width;                     /* [in:opt] aspect ratio width */          int par_width;                     /* [in:opt] aspect ratio width */
625          int par_height;                    /* [in:opt] aspect ratio height */          int par_height;                    /* [in:opt] aspect ratio height */
626          /* ---------------------------------------------- */          /* ---------------------------------------------- */

Legend:
Removed from v.1242  
changed lines
  Added in v.1243

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