On Thu, Dec 08, 2011 at 02:20:23AM +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(-) > > --- a/avconv.c > +++ b/avconv.c > @@ -556,7 +556,7 @@ void exit_program(int ret) > > - exit(ret); /* not all OS-es handle main() return value */ > + exit(ret);
Please remove the comment from ffmpeg.c as well. Patch OK. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
