Re: [FFmpeg-devel] [PATCH v2 2/5] avformat/http: add "Opening" info logging to ff_http_do_new_request

2017-12-15 Thread Aman Gupta
On Fri, Dec 15, 2017 at 11:34 AM Michael Niedermayer wrote: > On Tue, Dec 12, 2017 at 04:35:08PM -0800, Aman Gupta wrote: > > From: Aman Gupta > > > > This mimics logging that was added in 53e0d5d7247 for security > > purposes. > > --- > >

Re: [FFmpeg-devel] [PATCH v2 2/5] avformat/http: add "Opening" info logging to ff_http_do_new_request

2017-12-15 Thread Michael Niedermayer
On Tue, Dec 12, 2017 at 04:35:08PM -0800, Aman Gupta wrote: > From: Aman Gupta > > This mimics logging that was added in 53e0d5d7247 for security > purposes. > --- > libavformat/http.c | 1 + > 1 file changed, 1 insertion(+) iam not sure this does not cause too much noise with

[FFmpeg-devel] [PATCH v2 2/5] avformat/http: add "Opening" info logging to ff_http_do_new_request

2017-12-12 Thread Aman Gupta
From: Aman Gupta This mimics logging that was added in 53e0d5d7247 for security purposes. --- libavformat/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/http.c b/libavformat/http.c index a3c36423fc..ffdf11cf7e 100644 --- a/libavformat/http.c +++