diff options
author | Hans Verkuil <devnull@localhost> | 2005-12-18 01:05:59 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-12-18 01:05:59 +0000 |
commit | 73dd6a24694bdd946516a8fdeb3acce13d93ebb4 (patch) | |
tree | c7a57bccfe5c6e9f272e7c0cf5f45c7d626ffefb /v4l | |
parent | 150340324e48dad467c256328e7141ef4e9939b2 (diff) | |
download | mediapointer-dvb-s2-73dd6a24694bdd946516a8fdeb3acce13d93ebb4.tar.gz mediapointer-dvb-s2-73dd6a24694bdd946516a8fdeb3acce13d93ebb4.tar.bz2 |
Fix CC output
- CC data was swapped the wrong way around.
- Enabling CC disabled XDS and vice versa: these two should
be independent from one another.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index f6135e55c..34d331b6b 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,14 @@ +2005-12-18 01:02 hverkuil + + * linux/drivers/media/video/saa7127.c: (saa7127_set_cc), + (saa7127_set_xds): + - CC data was swapped the wrong way around. + - Enabling CC disabled XDS and vice versa: these two should + be independent from one another. + Both bugs broke CC output. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-12-18 00:50 mchehab * linux/drivers/media/video/cx25840/cx25840-core.c: (set_v4lstd): |