mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复笔误
This commit is contained in:
parent
35d9321b93
commit
4b0d0efdfb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user