Commit b8e28f82 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MLP packetizer: small fix

Fix 88d70be0, that was badly cherry-picked.
parent 3f8be6fd
...@@ -138,7 +138,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -138,7 +138,7 @@ static int Open( vlc_object_t *p_this )
/* Set output properties */ /* Set output properties */
p_dec->fmt_out.i_cat = AUDIO_ES; p_dec->fmt_out.i_cat = AUDIO_ES;
p_dec->fmt_out.i_codec = VLC_FOURCC('t','r','h','d'); p_dec->fmt_out.i_codec = p_dec->fmt_in.i_codec;
p_dec->fmt_out.audio.i_rate = 0; p_dec->fmt_out.audio.i_rate = 0;
/* Set callback */ /* Set callback */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment