Commit 815c2f48 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Cosmetics

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a86b2cb4
......@@ -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;
......
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