remove comments.

This commit is contained in:
aaaron7 2020-11-05 16:21:45 +08:00
parent 5ff73dd451
commit a717ac0456

View File

@ -45,7 +45,6 @@
/// Number of frames currently being processed by the graph. /// Number of frames currently being processed by the graph.
std::atomic<int32_t> _framesInFlight; std::atomic<int32_t> _framesInFlight;
/// Used as a sequential timestamp for MediaPipe.
int64 _frameNumber; int64 _frameNumber;
// Graph config modified to expose requested output streams. // Graph config modified to expose requested output streams.