You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
") needs to be smaller or equal to the size of the adjacentPointsSearch array (" + std::to_string(adjacentPointsSearch.size()) + ").");
233
233
}
234
+
235
+
if (p_->lowDelayBitstream && !p_->encoderInfoSEI) {
236
+
throwstd::runtime_error("Low delay bitstream (lowDelayBitstream=true) is an experimental feature. It needs the library parameter 'encoderInfoSEI=true' to work properly.");
237
+
}
238
+
239
+
if (p_->lowDelayBitstream && p_->encoderInfoSEI) {
0 commit comments