删除多余行
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 (((*((uint8_t *) ptr + 2)) >> 7) & 0x01) == 1 && (type == NAL_IDR_N_LP || type == NAL_IDR_W_RADL);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
H265Frame::H265Frame(){
|
H265Frame::H265Frame(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue