[FFmpeg-devel] [PATCH] lavf/http: Remove superfluous parenthesis.

2015-09-03 Thread Stephan Holljes
Signed-off-by: Stephan Holljes --- libavformat/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index c148a29..20e942e 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -401,7 +401,7 @@ static

Re: [FFmpeg-devel] [PATCH] lavf/http: Remove superfluous parenthesis.

2015-09-03 Thread Ganesh Ajjanagadde
On Thu, Sep 3, 2015 at 6:56 AM, Stephan Holljes wrote: > Signed-off-by: Stephan Holljes > --- > libavformat/http.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/http.c b/libavformat/http.c > index

Re: [FFmpeg-devel] [PATCH] lavf/http: Remove superfluous parenthesis.

2015-09-03 Thread Michael Niedermayer
On Thu, Sep 03, 2015 at 08:00:58AM -0700, Ganesh Ajjanagadde wrote: > On Thu, Sep 3, 2015 at 6:56 AM, Stephan Holljes > wrote: > > Signed-off-by: Stephan Holljes > > --- > > libavformat/http.c | 2 +- > > 1 file changed, 1 insertion(+), 1