[vlc-devel] commit: RealAudio: use the VLC_FOURCC macros (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Jan 12 18:54:40 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 12 01:37:23 2010 +0100| [4dddafade845754c800b52c27b4ee7c50e6b6fb0] | committer: Jean-Baptiste Kempf 

RealAudio: use the VLC_FOURCC macros

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4dddafade845754c800b52c27b4ee7c50e6b6fb0
---

 modules/codec/realaudio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/realaudio.c b/modules/codec/realaudio.c
index 2d0fcca..89c6918 100644
--- a/modules/codec/realaudio.c
+++ b/modules/codec/realaudio.c
@@ -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 );




More information about the vlc-devel mailing list