Re: [FFmpeg-devel] [PATCH 2/2] avformat/libzmq: Replace fail statements with goto

2020-01-21 Thread Michael Niedermayer
On Mon, Jan 20, 2020 at 09:24:30PM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictatorship: All citizens are under surveillance, all their steps and actions recorded, for the politicians to enforce control.

Re: [FFmpeg-devel] [PATCH 2/2] avformat/libzmq: Replace fail statements with goto

2020-01-20 Thread Paul B Mahol
LGTM On 1/11/20, Andriy Gelman wrote: > From: Andriy Gelman > > Signed-off-by: Andriy Gelman > --- > libavformat/libzmq.c | 24 +++- > 1 file changed, 11 insertions(+), 13 deletions(-) > > diff --git a/libavformat/libzmq.c b/libavformat/libzmq.c > index 2df55542c7e..8c8b294

Re: [FFmpeg-devel] [PATCH 2/2] avformat/libzmq: Replace fail statements with goto

2020-01-20 Thread Andriy Gelman
On Fri, 10. Jan 23:25, Andriy Gelman wrote: > From: Andriy Gelman > > Signed-off-by: Andriy Gelman > --- > libavformat/libzmq.c | 24 +++- > 1 file changed, 11 insertions(+), 13 deletions(-) > > diff --git a/libavformat/libzmq.c b/libavformat/libzmq.c > index 2df55542c7e..8

[FFmpeg-devel] [PATCH 2/2] avformat/libzmq: Replace fail statements with goto

2020-01-10 Thread Andriy Gelman
From: Andriy Gelman Signed-off-by: Andriy Gelman --- libavformat/libzmq.c | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/libavformat/libzmq.c b/libavformat/libzmq.c index 2df55542c7e..8c8b294c921 100644 --- a/libavformat/libzmq.c +++ b/libavformat