修复笔误

This commit is contained in:
ziyue 2021-07-09 14:02:25 +08:00
parent 35d9321b93
commit 4b0d0efdfb

View File

@ -85,7 +85,7 @@ public:
bool dropAble() const override {
auto nal_ptr = (uint8_t *) this->data() + this->prefixSize();
switch (H264_TYPE(*nal_ptr)) {
switch (H265_TYPE(*nal_ptr)) {
case NAL_AUD:
case NAL_SEI_SUFFIX:
case NAL_SEI_PREFIX: return true;