diff options
Diffstat (limited to 'src/xine-engine/nvtv/tv_chip.h')
-rw-r--r-- | src/xine-engine/nvtv/tv_chip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/nvtv/tv_chip.h b/src/xine-engine/nvtv/tv_chip.h index e8110a566..7b5a94634 100644 --- a/src/xine-engine/nvtv/tv_chip.h +++ b/src/xine-engine/nvtv/tv_chip.h @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: tv_chip.h,v 1.1 2003/01/18 15:29:22 miguelfreitas Exp $ + * $Id: tv_chip.h,v 1.2 2003/02/05 00:14:03 miguelfreitas Exp $ * * Contents: * @@ -320,6 +320,7 @@ typedef struct { #define CH_FLAG_ACIV (1 << 4) #define CH_FLAG_CFRB (1 << 5) #define CH_FLAG_CVBW (1 << 6) +#define CH_FLAG_SCART (1 << 7) typedef struct { int dmr_ir; /* time */ |