diff options
| author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:07:28 +0100 |
|---|---|---|
| committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:07:28 +0100 |
| commit | 20b5011195e9b98e0cd6904e7a82d735ee542a52 (patch) | |
| tree | cb873b05f2ce555d0b57861ad094f772225d5499 /v4l2-apps/libv4l/ChangeLog | |
| parent | 8f3a94f3f8727434e98bd197727e9a8a1a8285c4 (diff) | |
| download | mediapointer-dvb-s2-20b5011195e9b98e0cd6904e7a82d735ee542a52.tar.gz mediapointer-dvb-s2-20b5011195e9b98e0cd6904e7a82d735ee542a52.tar.bz2 | |
libv4l: Make S_FMT handling more robust
From: Hans de Goede <hdegoede@redhat.com>
Some drivers (pwc) do not properly reflect what one really gets
after a s_fmt in their try_fmt answer. So update dest format (which we
report as result from s_fmt / g_fmt to the app) with all info from the src
format not changed by 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 cdb888892..509e64a62 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -2,6 +2,8 @@ libv4l-0.5.2 ------------ * Add Philips SPC210NC to list of cams with upside down sensor, reported by Rieker Flaik +* Work around some drivers (pwc) not properly reflecting what one gets after a + s_fmt in their try_fmt answer libv4l-0.5.1 ------------ |
