Re: [libav-devel] [PATCH] avconv: remove stray exit() call that wasn't removed with atexit.

2012-10-02 Thread Måns Rullgård
Diego Elio Pettenò writes: > This was a local chunk that wasn't sent on the other patch. > > Signed-off-by: Diego Elio Pettenò > --- > avconv.c | 1 - > 1 file modificato. 1 rimozione(-) > > diff --git a/avconv.c b/avconv.c > index 2e42065..722f817 100644 > --- a/avconv.c > +++ b/avconv.c > @@

[libav-devel] [PATCH] avconv: remove stray exit() call that wasn't removed with atexit.

2012-10-02 Thread Diego Elio Pettenò
This was a local chunk that wasn't sent on the other patch. Signed-off-by: Diego Elio Pettenò --- avconv.c | 1 - 1 file modificato. 1 rimozione(-) diff --git a/avconv.c b/avconv.c index 2e42065..722f817 100644 --- a/avconv.c +++ b/avconv.c @@ -216,7 +216,6 @@ static void exit_program() if