fix bug #223
git-svn-id: https://svn.musicpd.org/mpd/trunk@924 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Warren Dukes
					Warren Dukes