rbcodec: flac: cleanup around LOGF

Change-Id: I0c3798b8f09e1365712c6173bc5d587f9ea728a8
This commit is contained in:
mojyack 2026-05-28 17:24:44 +09:00
parent 543c8de861
commit fa67d29909

View file

@ -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