[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 953, Thu Mar 27 17:09:59 2003 UTC revision 977, Tue Apr 8 14:01:35 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.14 2003-03-27 17:09:48 edgomez Exp $   * $Id: xvid.h,v 1.27.2.15 2003-04-08 14:00:20 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 390  Line 390 
390  typedef struct  typedef struct
391  {  {
392      int version;      int version;
393      int bitrate;      int bitrate;                                /* bits per second */
394      int max_quantizer;      int max_quantizer;
395      int min_quantizer;      int min_quantizer;
396      int reaction_delay_factor;      int reaction_delay_factor;
# Line 414  Line 414 
414    
415  typedef struct {  typedef struct {
416      int version;      int version;
417      char * filename1;      char * filename;
418      char * filename2;          int bitrate;                            /* bits per second */
419    
420      int keyframe_boost;             /* keyframe boost percentage: [0..100...]; */      int keyframe_boost;             /* keyframe boost percentage: [0..100...]; */
421      int payback_method;      int payback_method;

Legend:
Removed from v.953  
changed lines
  Added in v.977

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