[FFmpeg-devel] [PATCH v3 3/3] lavd: deprecate opengl outdev

Nicolas George george at nsup.org
Wed Sep 14 20:53:40 EEST 2016


Le sextidi 26 fructidor, an CCXXIV, Josh de Kock a écrit :
> This device depends on SDL which is deprecated.
> 
> Signed-off-by: Josh de Kock <josh at itanimul.li>

Although your port of the code to SDL2 address my concern about deprecating
without a replacement, I would be pained if this code were to be removed.

I still hope that lavd can become powerful and usable enough to serve as a
base for applications, at least simple ones. (Actually, I have a simple
music player running right now that does just that.) If that were to happen,
OpenGL would be the figurehead of the video output part.

If I understand correctly, SDL is only used in this device to set up a
window and a context in a cross-platform way. I even notice that the code
can be used without SDL altogether if the applications handles the context
and window itself.

The warning could be printed only when no_window is false, with the intent
that the code not under "#if HAVE_SDL" is there to stay?

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160914/00eb607b/attachment.sig>


More information about the ffmpeg-devel mailing list