All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Balint Reczey <balint@balintreczey.hu>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] libv4l1: support up to 256 different frame sizes
Date: Wed, 09 Jun 2010 09:51:25 +0200	[thread overview]
Message-ID: <4C0F47FD.7020505@redhat.com> (raw)
In-Reply-To: <1276018618-12162-1-git-send-email-balint@balintreczey.hu>

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, \

      reply	other threads:[~2010-06-09  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C0F47FD.7020505@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=balint@balintreczey.hu \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.