Skip to content

Commit cdbea6f

Browse files
committed
GFrame as internal node in GExecutor
1 parent 6659d55 commit cdbea6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/gapi/src/executor/gexecutor.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,10 @@ void cv::gimpl::GExecutor::initResource(const ade::NodeHandle & nh, const ade::N
242242
case GShape::GOPAQUE:
243243
// Constructed on Reset, do nothing here
244244
break;
245-
245+
case GShape::GFRAME: {
246+
// Should be defined by backend, do nothing here
247+
break;
248+
}
246249
default:
247250
GAPI_Assert(false);
248251
}

0 commit comments

Comments
 (0)