Diego Biurrun <[email protected]> writes:

> ---
>  tests/rotozoom.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/rotozoom.c b/tests/rotozoom.c
> index aebcc8e..644ae8b 100644
> --- a/tests/rotozoom.c
> +++ b/tests/rotozoom.c
> @@ -279,7 +279,7 @@ int main(int argc, char **argv)
>      if (argc != 3) {
>          printf("usage: %s directory/ image.pnm\n"
>                 "generate a test video stream\n", argv[0]);
> -        exit(1);
> +        return 1;
>      }
>  
>      w = DEFAULT_WIDTH;
> -- 

OK

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to