Re: [FFmpeg-devel] [PATCH] avformat/rtpenc: Fix declaration-after-statement warning

2025-03-30 Thread Michael Niedermayer
On Sun, Mar 30, 2025 at 12:09:10PM +0200, Andreas Rheinhardt wrote: > Patch attached. Will apply it tonight unless there are objections > together with the other declaration-after-statement and unused-variable > patch. > Btw: I see no value in adhering to this ancient C90 rule. Can't we just > dro

[FFmpeg-devel] [PATCH] avformat/rtpenc: Fix declaration-after-statement warning

2025-03-30 Thread Andreas Rheinhardt
Patch attached. Will apply it tonight unless there are objections together with the other declaration-after-statement and unused-variable patch. Btw: I see no value in adhering to this ancient C90 rule. Can't we just drop it? - Andreas From f8405e877a434ca0b390b5d7f43599cde00a7974 Mon Sep 17 00:00