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

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

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

revision 890, Sat Feb 22 08:49:45 2003 UTC revision 948, Wed Mar 26 11:01:03 2003 UTC
# Line 17  Line 17 
17   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
18   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19   *   *
20   * $Id: xvid.c,v 1.45.2.1 2003-02-22 08:49:44 suxen_drol Exp $   * $Id: xvid.c,v 1.45.2.2 2003-03-26 11:01:03 suxen_drol Exp $
21   *   *
22   ****************************************************************************/   ****************************************************************************/
23    
# Line 1055  Line 1055 
1055                                                            (xvid_enc_stats_t *) param2);                                                            (xvid_enc_stats_t *) param2);
1056    
1057          case XVID_ENC_CREATE:          case XVID_ENC_CREATE:
1058                  return enc_create((xvid_enc_create_t *) param1, (xvid_enc_rc_t*)param2);                  return enc_create((xvid_enc_create_t *) param1);
1059    
1060          case XVID_ENC_DESTROY:          case XVID_ENC_DESTROY:
1061                  return enc_destroy((Encoder *) handle);                  return enc_destroy((Encoder *) handle);

Legend:
Removed from v.890  
changed lines
  Added in v.948

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