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

Diff of /branches/dev-api-4/xvidcore/examples/xvid_encraw.c

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

revision 1188, Mon Oct 27 00:48:29 2003 UTC revision 1231, Sun Nov 30 17:11:01 2003 UTC
# Line 21  Line 21 
21   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: xvid_encraw.c,v 1.11.2.36 2003-10-27 00:48:29 edgomez Exp $   * $Id: xvid_encraw.c,v 1.11.2.37 2003-11-30 17:11:01 chl Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 922  Line 922 
922          /* Width and Height of input frames */          /* Width and Height of input frames */
923          xvid_enc_create.width = XDIM;          xvid_enc_create.width = XDIM;
924          xvid_enc_create.height = YDIM;          xvid_enc_create.height = YDIM;
925            xvid_enc_create.profile = XVID_PROFILE_AS_L4;
926    
927          /* init plugins  */          /* init plugins  */
928      xvid_enc_create.zones = ZONES;      xvid_enc_create.zones = ZONES;

Legend:
Removed from v.1188  
changed lines
  Added in v.1231

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