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

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

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

revision 1114, Thu Aug 7 13:25:16 2003 UTC revision 1115, Thu Aug 7 15:42:50 2003 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: encoder.h,v 1.27.2.12 2003-08-02 15:08:24 edgomez Exp $   * $Id: encoder.h,v 1.27.2.13 2003-08-07 15:41:57 chl Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 59  Line 59 
59      int plugin_flags;      int plugin_flags;
60    
61          /* frame rate increment & base */          /* frame rate increment & base */
62          uint32_t fincr;          int32_t fincr;
63          uint32_t fbase;          uint32_t fbase;
64    
65      int profile;      int profile;
# Line 164  Line 164 
164      xvid_enc_zone_t * zones;      xvid_enc_zone_t * zones;
165    
166      /* plugins */      /* plugins */
167      unsigned int num_plugins;    /* note: we store plugin flags in MBPARAM */      int num_plugins;    /* note: we store plugin flags in MBPARAM */
168      xvid_enc_plugin_t * plugins;      xvid_enc_plugin_t * plugins;
169    
170      /* dquant */      /* dquant */

Legend:
Removed from v.1114  
changed lines
  Added in v.1115

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