Browse Source

codec: spdif: handle layer 2

pull/162/head
Francois Cartegnie 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
6fe6385c46
  1. 1
      modules/codec/spdif.c

1
modules/codec/spdif.c

@ -53,6 +53,7 @@ OpenDecoder(vlc_object_t *p_this)
switch (p_dec->fmt_in->i_codec)
{
case VLC_CODEC_MPGA:
case VLC_CODEC_MP2:
case VLC_CODEC_MP3:
/* Disabled by default */
if (!p_dec->obj.force)

Loading…
Cancel
Save