Skip to content

Commit 03df488

Browse files
committed
Merge pull request opencv#19186 from AsyaPronina:asyadev/fix_gframe_as_internal_data_for_gexecutor
2 parents 6659d55 + cdbea6f commit 03df488

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)