mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
rbcodec: flac: cleanup around LOGF
Change-Id: I0c3798b8f09e1365712c6173bc5d587f9ea728a8
This commit is contained in:
parent
543c8de861
commit
fa67d29909
1 changed files with 2 additions and 2 deletions
|
|
@ -468,7 +468,7 @@ enum codec_status codec_run(void)
|
|||
size_t bytesleft;
|
||||
int consumed;
|
||||
int res;
|
||||
#if defined(LOGF_ENABLE) || defined(DEBUG)
|
||||
#if defined(LOGF_ENABLE)
|
||||
int frame = 0;
|
||||
#endif
|
||||
intptr_t param;
|
||||
|
|
@ -530,7 +530,7 @@ enum codec_status codec_run(void)
|
|||
return CODEC_ERROR;
|
||||
}
|
||||
consumed=fc.gb.index/8;
|
||||
#if defined(LOGF_ENABLE) || defined(DEBUG)
|
||||
#if defined(LOGF_ENABLE)
|
||||
frame++;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue