[cvs] / xvidcore / vfw / src / codec.h Repository:
ViewVC logotype

Diff of /xvidcore/vfw/src/codec.h

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

revision 1.5.2.1, Wed Jun 27 18:57:42 2007 UTC revision 1.8, Wed Feb 16 18:59:45 2011 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - VFW codec header  -   *  - VFW codec header  -
5   *   *
6   *  Copyright(C) 2002-2003 Anonymous <xvid-devel@xvid.org>   *  Copyright(C) Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 35  Line 35 
35  #define FOURCC_XVID     mmioFOURCC('X','V','I','D')  #define FOURCC_XVID     mmioFOURCC('X','V','I','D')
36  #define FOURCC_DIVX     mmioFOURCC('D','I','V','X')  #define FOURCC_DIVX     mmioFOURCC('D','I','V','X')
37  #define FOURCC_DX50 mmioFOURCC('D','X','5','0')  #define FOURCC_DX50 mmioFOURCC('D','X','5','0')
38    #define FOURCC_MP4V     mmioFOURCC('M','P','4','V')
39    #define FOURCC_xvid     mmioFOURCC('x','v','i','d')
40    #define FOURCC_divx     mmioFOURCC('d','i','v','x')
41    #define FOURCC_dx50     mmioFOURCC('d','x','5','0')
42    #define FOURCC_mp4v     mmioFOURCC('m','p','4','v')
43    
44  /* yuyu         4:2:2 16bit, y-u-y-v, packed*/  /* yuyu         4:2:2 16bit, y-u-y-v, packed*/
45  #define FOURCC_YUYV     mmioFOURCC('Y','U','Y','V')  #define FOURCC_YUYV     mmioFOURCC('Y','U','Y','V')
46  #define FOURCC_YUY2     mmioFOURCC('Y','U','Y','2')  #define FOURCC_YUY2     mmioFOURCC('Y','U','Y','2')

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.8

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