On Tue, Apr 27, 2021 at 16:17:55 +0200, Andreas Rheinhardt wrote:
> Moritz Barsnick:
> > In other words: I think you meant to write: "Actually apply zero
> > padding".
> zero is the verb.
Ouch. Touché and thanks.
Moritz
___
ffmpeg-devel mailing list
ffmp
James Almer:
> On 4/27/2021 11:17 AM, Andreas Rheinhardt wrote:
>> Moritz Barsnick:
>>> On Mon, Apr 26, 2021 at 19:15:10 +0200, Andreas Rheinhardt wrote:
>>>
Subject: [PATCH 1/2] avcodec/vc2enc: Actually zero padding
>>>
>>> Dieser Satz kein Verb.
>>> In other words: I think you meant to write
On 4/27/2021 11:17 AM, Andreas Rheinhardt wrote:
Moritz Barsnick:
On Mon, Apr 26, 2021 at 19:15:10 +0200, Andreas Rheinhardt wrote:
Subject: [PATCH 1/2] avcodec/vc2enc: Actually zero padding
Dieser Satz kein Verb.
In other words: I think you meant to write: "Actually apply zero
padding".
z
Moritz Barsnick:
> On Mon, Apr 26, 2021 at 19:15:10 +0200, Andreas Rheinhardt wrote:
>
>> Subject: [PATCH 1/2] avcodec/vc2enc: Actually zero padding
>
> Dieser Satz kein Verb.
> In other words: I think you meant to write: "Actually apply zero
> padding".
>
zero is the verb.
- Andreas
__
On Mon, Apr 26, 2021 at 19:15:10 +0200, Andreas Rheinhardt wrote:
> Subject: [PATCH 1/2] avcodec/vc2enc: Actually zero padding
Dieser Satz kein Verb.
In other words: I think you meant to write: "Actually apply zero
padding".
Cheers,
Moritz
___
ffmpeg-d
This encoder sets the min_size in ff_alloc_packet2(), so it can not rely
on av_packet_make_refcounted() to zero the padding.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/vc2enc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vc2enc.c b/libavcodec/vc2enc.c
ind