On Fri, Aug 20, 2021 at 09:29:33PM +0800, lance.lmw...@gmail.com wrote:
> From: Limin Wang <lance.lmw...@gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmw...@gmail.com>
> ---
>  fftools/cmdutils.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
> index 2dd035a..ae34118 100644
> --- a/fftools/cmdutils.c
> +++ b/fftools/cmdutils.c
> @@ -853,7 +853,7 @@ int opt_cpucount(void *optctx, const char *opt, const 
> char *arg)
>      int count;
>  
>      static const AVOption opts[] = {
> -        {"count", NULL, 0, AV_OPT_TYPE_INT, { .i64 = -1}, -1, INT_MAX, NULL},
> +        {"count", NULL, 0, AV_OPT_TYPE_INT, { .i64 = -1}, -1, INT_MAX},
>          {NULL},
>      };
>      static const AVClass class = {
> -- 
> 1.8.3.1
> 

will apply tomorrow unless there are objections.


-- 
Thanks,
Limin Wang
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to