diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:08:30 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:08:30 +0100 |
commit | 212f306971b622a70b8b3a20c61df11af814635a (patch) | |
tree | 5d06eba0a07dadd2c2e9523329dd2375fc0c71bd /v4l2-apps/libv4l/ChangeLog | |
parent | ddf0a05516ddaefd3c473a3cc2bf5d6e170e5698 (diff) | |
download | mediapointer-dvb-s2-212f306971b622a70b8b3a20c61df11af814635a.tar.gz mediapointer-dvb-s2-212f306971b622a70b8b3a20c61df11af814635a.tar.bz2 |
libv4l: buffers only contain half of the lines with V4L2_FIELD_ALTERNATE
From: Hans de Goede <hdegoede@redhat.com>
Take into account that the buffers only contain half of the lines when
field is V4L2_FIELD_ALTERNATE
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index c68c05445..fa18321f4 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -9,6 +9,8 @@ libv4l-0.5.2 * Only check width, height and pixelformat when checking if we are doing conversion, instead of doing a memcmp, as that are the only things which the convert code checks +* Take into account that the buffers only contain half of the lines when + field is V4L2_FIELD_ALTERNATE libv4l-0.5.1 ------------ |