diff --git a/src/Extension/H265.cpp b/src/Extension/H265.cpp index a4b2dde6..79248989 100644 --- a/src/Extension/H265.cpp +++ b/src/Extension/H265.cpp @@ -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(){