mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
删除多余行
This commit is contained in:
parent
74a935a8cd
commit
3862c8f1da
@ -68,7 +68,6 @@ bool H265Frame::isKeyFrame(int type, const char *ptr) {
|
||||
return (((*((uint8_t *) ptr + 2)) >> 7) & 0x01) == 1 && (type == NAL_IDR_N_LP || type == NAL_IDR_W_RADL);
|
||||
}
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
H265Frame::H265Frame(){
|
||||
|
Loading…
Reference in New Issue
Block a user