Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1 KiB

  1. /* *************************************************************************
  2. ** INTEL Corporation Proprietary Information
  3. **
  4. ** This listing is supplied under the terms of a license
  5. ** agreement with INTEL Corporation and may not be copied
  6. ** nor disclosed except in accordance with the terms of
  7. ** that agreement.
  8. **
  9. ** Copyright (c) 1995 Intel Corporation.
  10. ** All Rights Reserved.
  11. **
  12. ** *************************************************************************
  13. */
  14. ////////////////////////////////////////////////////////////////////////////
  15. //
  16. // $Author: RMCKENZX $
  17. // $Date: 27 Dec 1995 14:11:46 $
  18. // $Archive: S:\h26x\src\common\ccodecid.h_v $
  19. // $Header: S:\h26x\src\common\ccodecid.h_v 1.2 27 Dec 1995 14:11:46 RMCKENZX $
  20. // $Log: S:\h26x\src\common\ccodecid.h_v $
  21. ;//
  22. ;// Rev 1.2 27 Dec 1995 14:11:46 RMCKENZX
  23. ;//
  24. ;// Added copyright notice
  25. //
  26. ////////////////////////////////////////////////////////////////////////////
  27. #ifndef __CODECID_H__
  28. #define __CODECID_H__
  29. #define YVU9_CODEC 0
  30. #define H263_CODEC 1
  31. #define YUV12_CODEC 2
  32. #endif