On 2/7/2020 1:31 PM, Paul B Mahol wrote:
> On 1/30/20, Michael Niedermayer wrote:
>> On Wed, Jan 29, 2020 at 04:34:48PM +0100, Anton Khirnov wrote:
>>> Log the warning message once per encoder instance instead.
>>> ---
>>> libavcodec/ac3enc.c | 5 ++---
>>> libavcodec/ac3enc.h | 2 ++
>>> 2 files
On 1/30/20, Michael Niedermayer wrote:
> On Wed, Jan 29, 2020 at 04:34:48PM +0100, Anton Khirnov wrote:
>> Log the warning message once per encoder instance instead.
>> ---
>> libavcodec/ac3enc.c | 5 ++---
>> libavcodec/ac3enc.h | 2 ++
>> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> LGT
On Wed, Jan 29, 2020 at 04:34:48PM +0100, Anton Khirnov wrote:
> Log the warning message once per encoder instance instead.
> ---
> libavcodec/ac3enc.c | 5 ++---
> libavcodec/ac3enc.h | 2 ++
> 2 files changed, 4 insertions(+), 3 deletions(-)
LGTM
thx
[...]
--
Michael GnuPG fingerprint:
Sent from my mobile device
On Wed, 29 Jan 2020, 15:35 Anton Khirnov, wrote:
> Log the warning message once per encoder instance instead.
> ---
> libavcodec/ac3enc.c | 5 ++---
> libavcodec/ac3enc.h | 2 ++
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/libavcodec/ac3enc.c b
Log the warning message once per encoder instance instead.
---
libavcodec/ac3enc.c | 5 ++---
libavcodec/ac3enc.h | 2 ++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 25318f8631..7ce17db067 100644
--- a/libavcodec/ac3enc.c
+++ b/lib