This commit is contained in:
Glenn Maynard
2004-04-01 21:56:58 +00:00
parent f258d29815
commit 4989388a21
+1 -1
View File
@@ -387,7 +387,7 @@ int RageSoundReader_MP3::do_mad_frame_decode( bool headers_only )
{
int ret;
/* Always actually decode the first packet, so we cleanly pass Xing tags. */
/* Always actually decode the first packet, so we cleanly parse Xing tags. */
if( headers_only && !mad->first_frame )
ret=mad_header_decode( &mad->Frame.header,&mad->Stream );
else