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

RealAudio: compile fix.

Sorry, I obviously wasn't compiling the right module XD
parent 233b4157
......@@ -212,7 +212,7 @@ static int Open( vlc_object_t *p_this )
/* Flavor for SIPR codecs */
p_sys->i_codec_flavor = -1;
if( p_dec->fmt_in.i_codec == VLC_FOURCC_SIPR )
if( p_dec->fmt_in.i_codec == VLC_CODEC_SIPR )
{
p_sys->i_codec_flavor = p_dec->fmt_in.audio.i_flavor;
msg_Dbg( p_dec, "Got sipr flavor %d", p_sys->i_codec_flavor );
......
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