[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 1107, Sat Aug 2 15:08:48 2003 UTC revision 1161, Wed Oct 1 23:23:01 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.15 2003-10-01 23:23:00 edgomez 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 72  Line 72 
72      int min_quant[3];      int min_quant[3];
73      int max_quant[3];      int max_quant[3];
74    
75            int par;
76            int par_width;
77            int par_height;
78    
79  #ifdef _SMP  #ifdef _SMP
80          int num_threads;          int num_threads;
81  #endif  #endif
# Line 164  Line 168 
168      xvid_enc_zone_t * zones;      xvid_enc_zone_t * zones;
169    
170      /* plugins */      /* plugins */
171      unsigned int num_plugins;    /* note: we store plugin flags in MBPARAM */      int num_plugins;    /* note: we store plugin flags in MBPARAM */
172      xvid_enc_plugin_t * plugins;      xvid_enc_plugin_t * plugins;
173    
174      /* dquant */      /* dquant */

Legend:
Removed from v.1107  
changed lines
  Added in v.1161

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