Module Name: src
Committed By: jmcneill
Date: Sun Jul 10 15:50:48 UTC 2011
Modified Files:
src/sys/dev/dtv: dtvio_demux.h
Log Message:
add DMX_PES_foo -> DMX_PES_foo0 aliases for dmx_pes_type_t types
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dtv/dtvio_demux.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/dtv/dtvio_demux.h
diff -u src/sys/dev/dtv/dtvio_demux.h:1.1 src/sys/dev/dtv/dtvio_demux.h:1.2
--- src/sys/dev/dtv/dtvio_demux.h:1.1 Sat Jul 9 14:46:56 2011
+++ src/sys/dev/dtv/dtvio_demux.h Sun Jul 10 15:50:48 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: dtvio_demux.h,v 1.1 2011/07/09 14:46:56 jmcneill Exp $ */
+/* $NetBSD: dtvio_demux.h,v 1.2 2011/07/10 15:50:48 jmcneill Exp $ */
/*-
* Copyright (c) 2011 Jared D. McNeill <[email protected]>
@@ -81,6 +81,12 @@
DMX_PES_OTHER,
} dmx_pes_type_t;
+#define DMX_PES_AUDIO DMX_PES_AUDIO0
+#define DMX_PES_VIDEO DMX_PES_VIDEO0
+#define DMX_PES_TELETEXT DMX_PES_TELETEXT0
+#define DMX_PES_SUBTITLE DMX_PES_SUBTITLE0
+#define DMX_PES_PCR DMX_PES_PCR0
+
#define DMX_FILTER_SIZE 16
typedef struct dmx_filter {