Re: [FFmpeg-devel] [PATCH 1/4] avcodec/vp8: Fix wrong #endif comment

2025-03-08 Thread Andreas Rheinhardt
Peter Ross: > On Sat, Mar 08, 2025 at 04:29:06AM +0100, Andreas Rheinhardt wrote: >> Patches attached >> >> - Andreas > > > no objections, lgtm > > -- Peter > (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) Thanks. Will apply these patches tonight unless there are objections. - Andreas __

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/vp8: Fix wrong #endif comment

2025-03-08 Thread Peter Ross
On Sat, Mar 08, 2025 at 04:29:06AM +0100, Andreas Rheinhardt wrote: > Patches attached > > - Andreas > From 54e27b588e18fdfe277a77b0f385cb02731022b9 Mon Sep 17 00:00:00 2001 > From: Andreas Rheinhardt > Date: Thu, 6 Mar 2025 17:56:08 +0100 > Subject: [PATCH 1/4] avcodec/vp8: Fix wrong #endif com

[FFmpeg-devel] [PATCH 1/4] avcodec/vp8: Fix wrong #endif comment

2025-03-07 Thread Andreas Rheinhardt
Patches attached - Andreas From 54e27b588e18fdfe277a77b0f385cb02731022b9 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 6 Mar 2025 17:56:08 +0100 Subject: [PATCH 1/4] avcodec/vp8: Fix wrong #endif comment Signed-off-by: Andreas Rheinhardt --- libavcodec/vp8.c | 2 +- 1 file chang