[FFmpeg-devel] [PATCH v2 1/2] avdevice: deprecate opengl outdev
Lynne
dev at lynne.ee
Wed Feb 21 14:32:19 EET 2024
Feb 21, 2024, 12:34 by jdek at itanimul.li:
> Signed-off-by: J. Dekker <jdek at itanimul.li>
> ---
> doc/outdevs.texi | 2 +-
> libavdevice/opengl_enc.c | 11 +++++++++++
> libavdevice/version_major.h | 2 ++
> 3 files changed, 14 insertions(+), 1 deletion(-)
>
> diff --git a/doc/outdevs.texi b/doc/outdevs.texi
> index f0484bbf8f..941429a8c8 100644
> --- a/doc/outdevs.texi
> +++ b/doc/outdevs.texi
> @@ -302,7 +302,7 @@ ffmpeg -re -i INPUT -c:v rawvideo -pix_fmt bgra -f fbdev /dev/fb0
> See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1).
>
We have removed demuxers and decoders before without a deprecation period.
I think we should do the same here, as it is just a muxer.
More information about the ffmpeg-devel
mailing list