Re: [FFmpeg-devel] [PATCH] avformat: correct fdebug loglevel

2018-08-14 Thread Gyan Doshi
On 14-08-2018 12:58 PM, Gyan Doshi wrote: On 13-08-2018 12:52 PM, Gyan Doshi wrote: 3e4b5e68c1 intended for fdebug to be usable without -v and cmdutils sets v to DEBUG but most fdebug logs are at TRACE. Changed. Plan to push tonight. Pushed as 02741853d74d214540aca4cd456877348d4f8953 ___

Re: [FFmpeg-devel] [PATCH] avformat: correct fdebug loglevel

2018-08-14 Thread Gyan Doshi
On 13-08-2018 12:52 PM, Gyan Doshi wrote: 3e4b5e68c1 intended for fdebug to be usable without -v and cmdutils sets v to DEBUG but most fdebug logs are at TRACE. Changed. Plan to push tonight. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org htt

[FFmpeg-devel] [PATCH] avformat: correct fdebug loglevel

2018-08-13 Thread Gyan Doshi
3e4b5e68c1 intended for fdebug to be usable without -v and cmdutils sets v to DEBUG but most fdebug logs are at TRACE. Changed. From 0b349a958d6af8ce09ef7d36a34e3f0d3f6b0692 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Mon, 13 Aug 2018 12:32:41 +0530 Subject: [PATCH] avformat: correct fdebug l