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 ) ...@@ -577,7 +577,7 @@ static void ParseVorbisComments( decoder_t *p_dec )
break; break;
if( !strcasecmp( psz_name, "REPLAYGAIN_TRACK_GAIN" ) || 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; 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