diff --git a/src/VideoDepacketizer.c b/src/VideoDepacketizer.c index bd5d881..39f3ace 100644 --- a/src/VideoDepacketizer.c +++ b/src/VideoDepacketizer.c @@ -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;