Diego Biurrun <[email protected]> writes:
> ---
> ffmpeg.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ffmpeg.c b/ffmpeg.c
> index c731cec..83514a6 100644
> --- a/ffmpeg.c
> +++ b/ffmpeg.c
> @@ -502,7 +502,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)
> --
15:02 <@elenril> srsly, removing _comments_ from the code clearly marked as
deprecated and not to be developed
--
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel