[svn] / trunk / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_encraw.c

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

revision 895, Sat Feb 22 18:54:19 2003 UTC revision 896, Sat Feb 22 21:37:50 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_encraw.c,v 1.11 2003-02-16 05:11:39 suxen_drol Exp $   * $Id: xvid_encraw.c,v 1.12 2003-02-22 21:36:27 chl Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 727  Line 727 
727          xframe.length = -1;     /* this is written by the routine */          xframe.length = -1;     /* this is written by the routine */
728    
729          xframe.image = image;          xframe.image = image;
730          xframe.colorspace = XVID_CSP_YV12;      /* defined in <xvid.h> */          xframe.colorspace = XVID_CSP_I420;      /* defined in <xvid.h> */
731    
732          xframe.intra = -1; /* let the codec decide between I-frame (1) and P-frame (0) */          xframe.intra = -1; /* let the codec decide between I-frame (1) and P-frame (0) */
733    

Legend:
Removed from v.895  
changed lines
  Added in v.896

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