On 3/28/2025 2:07 AM, Andreas Rheinhardt wrote: > James Almer: >> It's been a year since the last bump, so lets get rid of old deprecated API >> in time for ffmpeg 8.0 >> > Can we actually remove AVCodecParser.split now? It is unused for years, > but I never removed it because AVCodecParser does not have the typical > public-private demarcation ("All fields below this line are not part of > the public API"). For the same reason, I never made the private fields > of AVCodecParser actually private. We can deprecate it and remove it in a year or so, but we can't remove it now without warning since users may be "using" it.