On Thu, Dec 08, 2011 at 03:03:15PM +0000, Måns Rullgård wrote: > 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
yes, the code is deprecated already, let it die in peace _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
