2025-04-27 07:49:33 -04:00

33 lines
534 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// MODULE : BT856.H
// PURPOSE : Board specific code goes here
// AUTHOR : JBS Yadawa
// CREATED : 7/20/96
//
//
// Copyright (C) 1996 SGS-THOMSON Microelectronics
//
//
// REVISION HISTORY :
//
// DATE :
//
// COMMENTS :
//
#ifndef __BT856_H__
#define __BT856_H__
typedef enum tagStd {
NTSC_PLAY = 0,
NTSC_TEST,
NTSC_EXT,
NTSC_CAPT,
PAL_PLAY,
PAL_TEST,
PAL_EXT,
PAL_CAPT
} VSTANDARD;
void FARAPI BTInitEnc(void);
void FARAPI BTSetVideoStandard(VSTANDARD std);
#endif// __BT856_H__