1
0
Fork 0
forked from len0rd/rockbox

Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused code and irrelevant files from libmad.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30065 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-06-24 14:48:25 +00:00
parent fcae888e81
commit 96af117e21
17 changed files with 16 additions and 1945 deletions

View file

@ -315,6 +315,7 @@ int mad_header_decode(struct mad_header *header, struct mad_stream *stream)
}
/* stream skip */
/* rockbox: not used
if (stream->skiplen) {
if (!stream->sync)
ptr = stream->this_frame;
@ -332,6 +333,7 @@ int mad_header_decode(struct mad_header *header, struct mad_stream *stream)
stream->sync = 1;
}
*/
sync:
/* synchronize */