diff options
author | Michael Krufky <devnull@localhost> | 2005-07-05 19:44:40 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-05 19:44:40 +0000 |
commit | 43b3492a3bd673043b35ac2e8c703757f55fde10 (patch) | |
tree | a73e9010fa72a475e9934ae0054977e3a546f73a /v4l | |
parent | 1f40d1644d3d1f28c93be46a75081421aaefb80e (diff) | |
download | mediapointer-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 'v4l')
-rw-r--r-- | v4l/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 0e4891f69..a5b9b37a8 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,12 @@ +2005-07-05 15:32 mkrufky + * 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> + 2005-07-05 21:36 nshmyrev * bttv-driver.c, saa7134-cards.c, tuner-core.c, tea5767.c: * tuner-simple.c, saa7134-core.c, cx88-core.c: |