Fix unused function warning on release builds

This commit is contained in:
Cameron Gutman
2023-08-12 15:08:22 -05:00
parent a0b29fe3dc
commit 8bca948b61

View File

@@ -377,6 +377,7 @@ static bool isSeiNal(PBUFFER_DESC buffer) {
}
}
#ifdef LC_DEBUG
static bool isFillerDataNal(PBUFFER_DESC buffer) {
BUFFER_DESC startSeq;
@@ -395,6 +396,7 @@ static bool isFillerDataNal(PBUFFER_DESC buffer) {
return false;
}
}
#endif
static bool isPictureParameterSetNal(PBUFFER_DESC buffer) {
BUFFER_DESC startSeq;