isLastBlock=DRFLAC_TRUE;// An error occured while seeking. Attempt to recover by treating this as the last block which will in turn terminate the loop.
isLastBlock=DRFLAC_TRUE;// An error occured while seeking. Attempt to recover by treating this as the last block which will in turn terminate the loop.
}
}
}
}
}
}break;
default:
default:
{
{
...
@@ -5513,6 +5512,12 @@ const char* drflac_next_vorbis_comment(drflac_vorbis_comment_iterator* pIter, dr
...
@@ -5513,6 +5512,12 @@ const char* drflac_next_vorbis_comment(drflac_vorbis_comment_iterator* pIter, dr
// REVISION HISTORY
// REVISION HISTORY
//
//
// v0.9.3 - 2018-05-22
// - Bug fix.
//
// v0.9.2 - 2018-05-12
// - Fix a compilation error due to a missing break statement.