]> git.sesse.net Git - vlc/commitdiff
RealAudio: use the VLC_FOURCC macros
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Jan 2010 00:37:23 +0000 (01:37 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Jan 2010 17:54:31 +0000 (18:54 +0100)
modules/codec/realaudio.c

index 2d0fcca3159cbbcdb38eaf694c22cae64f233784..89c6918288421a596ccce67f112e9dec8c017b58 100644 (file)
@@ -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('s','i','p','r') )
+    if( p_dec->fmt_in.i_codec == VLC_FOURCC_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 );