summaryrefslogtreecommitdiff
path: root/linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-05 19:44:40 +0000
committerMichael Krufky <devnull@localhost>2005-07-05 19:44:40 +0000
commit43b3492a3bd673043b35ac2e8c703757f55fde10 (patch)
treea73e9010fa72a475e9934ae0054977e3a546f73a /linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt
parent1f40d1644d3d1f28c93be46a75081421aaefb80e (diff)
downloadmediapointer-dvb-s2-43b3492a3bd673043b35ac2e8c703757f55fde10.tar.gz
mediapointer-dvb-s2-43b3492a3bd673043b35ac2e8c703757f55fde10.tar.bz2
* cx88-mpeg.c, doc/not-in-cx2388x-datasheet.txt:
- Correct sync byte for MPEG-2 transport stream packets. All DVB compliant frontends output packets with this start code. Thanks to Johannes Stezenbach and Mac Michaels. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt')
-rw-r--r--linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt b/linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt
index 96b638b5b..77f99f8aa 100644
--- a/linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt
+++ b/linux/Documentation/video4linux/not-in-cx2388x-datasheet.txt
@@ -34,4 +34,8 @@ MO_OUTPUT_FORMAT (0x310164)
2: HACTEXT
1: HSFMT
+0x47 is the sync byte for MPEG-2 transport stream packets.
+Datasheet incorrectly states to use 47 decimal. 188 is the length.
+All DVB compliant frontends output packets with this start code.
+
=================================================================================