vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jun 12 20:18:36 2012 +0200| [815c2f48d3f4bfa2459d6a316b9250cea4e73295] | committer: Jean-Baptiste Kempf
Cosmetics Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
