mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-09 17:26:08 +00:00
Fix unused function warning on release builds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user