* [PATCH] libv4l1: support up to 256 different frame sizes
@ 2010-06-08 17:36 Balint Reczey
2010-06-09 7:51 ` Hans de Goede
0 siblings, 1 reply; 2+ messages in thread
From: Balint Reczey @ 2010-06-08 17:36 UTC (permalink / raw)
To: linux-media; +Cc: Balint Reczey
Logitech, Inc. Webcam Pro 9000 supports 18 wich is more than the the originally
supported 16. 256 should be enough for a while.
---
lib/libv4lconvert/libv4lconvert-priv.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/libv4lconvert/libv4lconvert-priv.h b/lib/libv4lconvert/libv4lconvert-priv.h
index 6e880f8..b3e4c4e 100644
--- a/lib/libv4lconvert/libv4lconvert-priv.h
+++ b/lib/libv4lconvert/libv4lconvert-priv.h
@@ -29,7 +29,7 @@
#define ARRAY_SIZE(x) ((int)sizeof(x)/(int)sizeof((x)[0]))
#define V4LCONVERT_ERROR_MSG_SIZE 256
-#define V4LCONVERT_MAX_FRAMESIZES 16
+#define V4LCONVERT_MAX_FRAMESIZES 256
#define V4LCONVERT_ERR(...) \
snprintf(data->error_msg, V4LCONVERT_ERROR_MSG_SIZE, \
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libv4l1: support up to 256 different frame sizes
2010-06-08 17:36 [PATCH] libv4l1: support up to 256 different frame sizes Balint Reczey
@ 2010-06-09 7:51 ` Hans de Goede
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2010-06-09 7:51 UTC (permalink / raw)
To: Balint Reczey; +Cc: linux-media
Hi,
Thanks for the patch I've applied it to the v4l-utils tree.
Regards,
Hans
On 06/08/2010 07:36 PM, Balint Reczey wrote:
> Logitech, Inc. Webcam Pro 9000 supports 18 wich is more than the the originally
> supported 16. 256 should be enough for a while.
> ---
> lib/libv4lconvert/libv4lconvert-priv.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/libv4lconvert/libv4lconvert-priv.h b/lib/libv4lconvert/libv4lconvert-priv.h
> index 6e880f8..b3e4c4e 100644
> --- a/lib/libv4lconvert/libv4lconvert-priv.h
> +++ b/lib/libv4lconvert/libv4lconvert-priv.h
> @@ -29,7 +29,7 @@
> #define ARRAY_SIZE(x) ((int)sizeof(x)/(int)sizeof((x)[0]))
>
> #define V4LCONVERT_ERROR_MSG_SIZE 256
> -#define V4LCONVERT_MAX_FRAMESIZES 16
> +#define V4LCONVERT_MAX_FRAMESIZES 256
>
> #define V4LCONVERT_ERR(...) \
> snprintf(data->error_msg, V4LCONVERT_ERROR_MSG_SIZE, \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-09 7:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 17:36 [PATCH] libv4l1: support up to 256 different frame sizes Balint Reczey
2010-06-09 7:51 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).