> On Jan 3, 2026, at 06:41, Marcin Serwin via ffmpeg-devel 
> <[email protected]> wrote:
> 
> Migrates the FFplay media player to the new SDL version using the
> official tutorial at https://wiki.libsdl.org/SDL3/README-migration.
> 
> Signed-off-by: Marcin Serwin <[email protected]>
> ---
> This is just first iteration but I wanted to make sure if you're interested in
> doing the migration and gather some early feedback. With this path I am able 
> to
> play some basic video and audio files on my Linux system but I haven't tested 
> it
> with other platforms.

I've also considered the issue of supporting SDL3. The challenge is
how to maintain support for both SDL2 and SDL3 while avoiding a
codebase cluttered with conditional compilation, which would be
difficult to maintain.

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to