mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-24 05:31:13 +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) {
|
static bool isFillerDataNal(PBUFFER_DESC buffer) {
|
||||||
BUFFER_DESC startSeq;
|
BUFFER_DESC startSeq;
|
||||||
|
|
||||||
@@ -395,6 +396,7 @@ static bool isFillerDataNal(PBUFFER_DESC buffer) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool isPictureParameterSetNal(PBUFFER_DESC buffer) {
|
static bool isPictureParameterSetNal(PBUFFER_DESC buffer) {
|
||||||
BUFFER_DESC startSeq;
|
BUFFER_DESC startSeq;
|
||||||
|
|||||||
Reference in New Issue
Block a user