diff options
Diffstat (limited to '')
-rw-r--r-- | src/mp3_decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp3_decode.c b/src/mp3_decode.c index cf1c9b54e..9103742e4 100644 --- a/src/mp3_decode.c +++ b/src/mp3_decode.c @@ -232,8 +232,8 @@ int decodeNextFrame(mp3DecodeData * data) { return DECODE_BREAK; } } -#ifdef HAVE_ID3TAG if(mad_frame_decode(&data->frame,&data->stream)) { +#ifdef HAVE_ID3TAG if((data->stream).error==MAD_ERROR_LOSTSYNC) { signed long tagsize = id3_tag_query( (data->stream).this_frame, |