Re: [FFmpeg-devel] [PATCH v3 4/6] avformat/rtspdec: cosmetics

2020-11-20 Thread Martin Storsjö
On Mon, 12 Oct 2020, Andriy Gelman wrote: From: Andriy Gelman Make error check style consistent with rest of function. --- libavformat/rtspdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index 7c617837ca..b9fbc45190 100

[FFmpeg-devel] [PATCH v3 4/6] avformat/rtspdec: cosmetics

2020-10-12 Thread Andriy Gelman
From: Andriy Gelman Make error check style consistent with rest of function. --- libavformat/rtspdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index 7c617837ca..b9fbc45190 100644 --- a/libavformat/rtspdec.c +++ b/libav