Commit a54f7169 authored by Laurent Aimar's avatar Laurent Aimar

Fixed 88d70be0 cherry-pick (mlp/thrd).

parent cc1d5d68
......@@ -120,7 +120,7 @@ static int Open( vlc_object_t *p_this )
decoder_t *p_dec = (decoder_t*)p_this;
decoder_sys_t *p_sys;
if( p_dec->fmt_in.i_codec != VLC_FOURCC('m','l','p',' ') ||
if( p_dec->fmt_in.i_codec != VLC_FOURCC('m','l','p',' ') &&
p_dec->fmt_in.i_codec != VLC_FOURCC('t','r','h','d') )
return VLC_EGENERIC;
......
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