On Sat, Mar 15, 2025 at 5:56 AM Andreas Rheinhardt
wrote:
> Ramiro Polla:
> > On 3/13/25 06:49, Andreas Rheinhardt wrote:
> >> Patches attached.
>
> > [PATCH 3/7] avcodec/pcm: Remove duplication from FFCodec define macros
> >
> >> diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c
> >> index 620acf0
On 3/13/25 06:49, Andreas Rheinhardt wrote:
Patches attached.
[PATCH 2/7] avcodec/pcm: Cache sample_size value
diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c
index 5d8dcb8ff0..620acf0f46 100644
--- a/libavcodec/pcm.c
+++ b/libavcodec/pcm.c
@@ -328,17 +335,14 @@ static int pcm_decode_fram
Andreas Rheinhardt:
> Patches attached.
>
> - Andreas
>
Will apply this patchset tomorrow unless there are objections.
- Andreas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, vi
Ramiro Polla:
>
> On 3/13/25 06:49, Andreas Rheinhardt wrote:
>> Patches attached.
>
>
> [PATCH 2/7] avcodec/pcm: Cache sample_size value
>
>> diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c
>> index 5d8dcb8ff0..620acf0f46 100644
>> --- a/libavcodec/pcm.c
>> +++ b/libavcodec/pcm.c
>> @@ -328,1