Skip to content

sout: display: fix wrong decoder cast

Alaric Senat requested to merge asenat/vlc:fix/display-regression into master

Since bdede41d, Add returns an id_sys_t instead of a plain decoder. The cast must be adapted as the decoder is now contained in the id_sys struct.

Merge request reports