Re: [FFmpeg-devel] [PATCH 1/2] lavc/libaomenc: Show encoder config as a warning in case of failed initialization

2021-06-14 Thread Thilo Borgmann
Am 14.06.21 um 20:10 schrieb Thilo Borgmann: > Am 14.06.21 um 19:39 schrieb James Zern: >> On Sat, Jun 12, 2021 at 12:10 PM Thilo Borgmann >> wrote: >>> >>> Hi, >>> >>> if init fails, it's likely originating from the library's config. This and >>> 2/2 are for easier debugging in that case

Re: [FFmpeg-devel] [PATCH 1/2] lavc/libaomenc: Show encoder config as a warning in case of failed initialization

2021-06-14 Thread Thilo Borgmann
Am 14.06.21 um 19:39 schrieb James Zern: > On Sat, Jun 12, 2021 at 12:10 PM Thilo Borgmann > wrote: >> >> Hi, >> >> if init fails, it's likely originating from the library's config. This and >> 2/2 are for easier debugging in that case instead of having to run again >> with loglevel DEBUG. >>

Re: [FFmpeg-devel] [PATCH 1/2] lavc/libaomenc: Show encoder config as a warning in case of failed initialization

2021-06-14 Thread James Zern
On Sat, Jun 12, 2021 at 12:10 PM Thilo Borgmann wrote: > > Hi, > > if init fails, it's likely originating from the library's config. This and > 2/2 are for easier debugging in that case instead of having to run again with > loglevel DEBUG. > > --- > libavcodec/libaomenc.c | 10 ++ > 1

[FFmpeg-devel] [PATCH 1/2] lavc/libaomenc: Show encoder config as a warning in case of failed initialization

2021-06-12 Thread Thilo Borgmann
Hi, if init fails, it's likely originating from the library's config. This and 2/2 are for easier debugging in that case instead of having to run again with loglevel DEBUG. -Thilo From c165947450383da4e81ef0b0a1ec82509c698479 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sat, 12 Jun