diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-26 03:28:43 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-26 03:28:43 +0000 |
commit | faa3debe8e572c3d475dff5ac7b4c0010577c4ab (patch) | |
tree | 9f78cee0ed6ba0f140210eaa232a320c7ef75087 /src/inputPlugins/mp3_plugin.c | |
parent | f2088bf869f2d32e2a35006b6c70d3ad1d576b1f (diff) | |
download | mpd-faa3debe8e572c3d475dff5ac7b4c0010577c4ab.tar.gz mpd-faa3debe8e572c3d475dff5ac7b4c0010577c4ab.tar.xz mpd-faa3debe8e572c3d475dff5ac7b4c0010577c4ab.zip |
Silence a gcc warning
git-svn-id: https://svn.musicpd.org/mpd/trunk@4468 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputPlugins/mp3_plugin.c')
-rw-r--r-- | src/inputPlugins/mp3_plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index c2333ff6e..d2c293e79 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -617,6 +617,8 @@ static int decodeFirstFrame(mp3DecodeData * data, DecoderControl * dc, int ret; int skip; + xing.flags = 0; /* stfu gcc */ + while (1) { skip = 0; while ((ret = decodeNextFrameHeader(data, tag, replayGainInfo)) == DECODE_CONT && |