Windows2003-3790/enduser/netmeeting/av/codecs/intel/h261/ccodecid.h
2020-09-30 16:53:55 +02:00

35 lines
1.1 KiB
C

/* *************************************************************************
** INTEL Corporation Proprietary Information
**
** This listing is supplied under the terms of a license
** agreement with INTEL Corporation and may not be copied
** nor disclosed except in accordance with the terms of
** that agreement.
**
** Copyright (c) 1995 Intel Corporation.
** All Rights Reserved.
**
** *************************************************************************
*/
////////////////////////////////////////////////////////////////////////////
//
// $Author: RMCKENZX $
// $Date: 27 Dec 1995 14:11:46 $
// $Archive: S:\h26x\src\common\ccodecid.h_v $
// $Header: S:\h26x\src\common\ccodecid.h_v 1.2 27 Dec 1995 14:11:46 RMCKENZX $
// $Log: S:\h26x\src\common\ccodecid.h_v $
;//
;// Rev 1.2 27 Dec 1995 14:11:46 RMCKENZX
;//
;// Added copyright notice
//
////////////////////////////////////////////////////////////////////////////
#ifndef __CODECID_H__
#define __CODECID_H__
#define YVU9_CODEC 0
#define H263_CODEC 1
#define YUV12_CODEC 2
#endif