forked from len0rd/rockbox
Remove a forgotten DEBUGF from librm/rm.c - No functional changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e17d3edf87
commit
b8693f9908
1 changed files with 0 additions and 1 deletions
|
|
@ -247,7 +247,6 @@ static int real_read_audio_stream_info(int fd, RMContext *rmctx)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FOURCC('a','t','r','c'):
|
case FOURCC('a','t','r','c'):
|
||||||
DEBUGF("WERE HERE\n");
|
|
||||||
rmctx->codec_type = CODEC_ATRAC;
|
rmctx->codec_type = CODEC_ATRAC;
|
||||||
read_uint32be(fd, &rmctx->extradata_size);
|
read_uint32be(fd, &rmctx->extradata_size);
|
||||||
skipped += 4;
|
skipped += 4;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue