diff options
| author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:07:44 +0100 |
|---|---|---|
| committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:07:44 +0100 |
| commit | a5d0ef3556720bdb676c2c752b27e02be2d7e869 (patch) | |
| tree | 971bed138cbf1370a6fe5aba0b5a82d15ed44be3 /v4l2-apps/libv4l/ChangeLog | |
| parent | 20b5011195e9b98e0cd6904e7a82d735ee542a52 (diff) | |
| download | mediapointer-dvb-s2-a5d0ef3556720bdb676c2c752b27e02be2d7e869.tar.gz mediapointer-dvb-s2-a5d0ef3556720bdb676c2c752b27e02be2d7e869.tar.bz2 | |
libv4l: make s_fmt more robust part 2
From: Hans de Goede <hdegoede@redhat.com>
Check that s_fmt atleast gives us the width, height and pixelformat try_fmt
promised us, and if not disable conversion
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 509e64a62..04d9931b5 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -4,6 +4,8 @@ libv4l-0.5.2 Rieker Flaik * Work around some drivers (pwc) not properly reflecting what one gets after a s_fmt in their try_fmt answer +* Check that s_fmt atleast gives us the width, height and pixelformat try_fmt + promised us, and if not disable conversion libv4l-0.5.1 ------------ |
