[vlc-commits] Cosmetics
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Jun 20 15:12:34 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 12 20:18:36 2012 +0200| [815c2f48d3f4bfa2459d6a316b9250cea4e73295] | committer: Jean-Baptiste Kempf
Cosmetics
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=815c2f48d3f4bfa2459d6a316b9250cea4e73295
---
 modules/codec/vorbis.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/vorbis.c b/modules/codec/vorbis.c
index 5738061..f833f1c 100644
--- a/modules/codec/vorbis.c
+++ b/modules/codec/vorbis.c
@@ -577,7 +577,7 @@ static void ParseVorbisComments( decoder_t *p_dec )
                 break;
 
             if( !strcasecmp( psz_name, "REPLAYGAIN_TRACK_GAIN" ) ||
-                     !strcasecmp( psz_name, "RG_RADIO" ) )
+                !strcasecmp( psz_name, "RG_RADIO" ) )
             {
                 audio_replay_gain_t *r = &p_dec->fmt_out.audio_replay_gain;
 
    
    
More information about the vlc-commits
mailing list