From 0ac6fb36098da062dcf1c5f7c278d1a6405215fc Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 26 Jan 2026 16:03:32 +0100 Subject: [PATCH] sout: remove dirac to ogg video codec in encoder --- modules/stream_out/record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c index 6f19614eb0..79aed99087 100644 --- a/modules/stream_out/record.c +++ b/modules/stream_out/record.c @@ -284,7 +284,7 @@ static const muxer_properties_t p_muxers[] = { //M( "avformat{mux=flac}", "flac", 1, VLC_CODEC_FLAC ), BROKEN M( "ogg", "ogg", INT_MAX, VLC_CODEC_VORBIS, VLC_CODEC_SPEEX, VLC_CODEC_FLAC, - VLC_CODEC_SUBT, VLC_CODEC_THEORA, VLC_CODEC_DIRAC, + VLC_CODEC_SUBT, VLC_CODEC_THEORA, VLC_CODEC_OPUS ), M( "asf", "asf", 127, VLC_CODEC_WMA1, VLC_CODEC_WMA2, VLC_CODEC_WMAP, VLC_CODEC_WMAL, VLC_CODEC_WMAS,