mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-04 21:20:54 +08:00
修复笔误
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user