On 2011-12-08 02:20:23 +0100, Luca Barbato wrote:
> All the currently supported OS-es manage to use return values
> properly.
> ---
>  avconv.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/avconv.c b/avconv.c
> index 54aa89b..3b1500b 100644
> --- a/avconv.c
> +++ b/avconv.c
> @@ -556,7 +556,7 @@ void exit_program(int ret)
>          exit (255);
>      }
>  
> -    exit(ret); /* not all OS-es handle main() return value */
> +    exit(ret);
>  }
>  
>  static void assert_avoptions(AVDictionary *m)

ok

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to