diff options
author | Hans Verkuil <devnull@localhost> | 2005-12-29 17:49:47 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-12-29 17:49:47 +0000 |
commit | 27e2b95a26c4420606c083db5fc52d1d7ea30401 (patch) | |
tree | c42a26b5e6a77446806b0ea46ec5396ef40930b9 /v4l | |
parent | 91795dc6bc0fd7be21f071d15026c74ebd396794 (diff) | |
download | mediapointer-dvb-s2-27e2b95a26c4420606c083db5fc52d1d7ea30401.tar.gz mediapointer-dvb-s2-27e2b95a26c4420606c083db5fc52d1d7ea30401.tar.bz2 |
Don't reprogram the video standard if it is unchanged.
Don't reprogram the video standard if the new standard
equals the old standard.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index d4106e55c..884a712da 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-12-29 17:47 hverkuil + + * linux/drivers/media/video/saa7115.c: (saa7115_set_v4lstd): + - Don't reprogram the video standard if the new standard + equals the old standard. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-12-28 19:56 hverkuil * linux/drivers/media/video/tvaudio.c: (chip_thread), |