[FFmpeg-devel] [PATCH] change of deprecated log to debug level

2017-09-21 Thread Thomas Hartwig
The problem is this warning is flooding the console with deprecated warnings for every decoded frame. However decoding works well. This is an issue with an Axis camera H264 stream received via rtsp for instance. There are several complaints about it in the WEB for years now and I could not find

Re: [FFmpeg-devel] [PATCH] change of deprecated log to debug level

2017-09-21 Thread Thomas Hartwig
workaround to this and really minimal. We will look more deeply into the wrapper to get rid of it but in the meantime Thanks Thomas On 22.09.2017 05:06, wm4 wrote: On Thu, 21 Sep 2017 22:55:14 +0200 Thomas Hartwig wrote: The problem is this warning is flooding the console with deprecated