Commit 4b0d0efd by ziyue

修复笔误

parent 35d9321b
...@@ -85,7 +85,7 @@ public: ...@@ -85,7 +85,7 @@ public:
bool dropAble() const override { bool dropAble() const override {
auto nal_ptr = (uint8_t *) this->data() + this->prefixSize(); auto nal_ptr = (uint8_t *) this->data() + this->prefixSize();
switch (H264_TYPE(*nal_ptr)) { switch (H265_TYPE(*nal_ptr)) {
case NAL_AUD: case NAL_AUD:
case NAL_SEI_SUFFIX: case NAL_SEI_SUFFIX:
case NAL_SEI_PREFIX: return true; case NAL_SEI_PREFIX: return true;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论