MCPcopy Create free account
hub / github.com/IENT/YUView / backgroundParsingFunction

Method backgroundParsingFunction

YUViewLib/src/ui/widgets/BitstreamAnalysisWidget.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void BitstreamAnalysisWidget::backgroundParsingFunction()
195{
196 if (this->parser)
197 this->parser->runParsingOfFile(this->currentCompressedVideo->properties().name);
198}
199
200void BitstreamAnalysisWidget::currentSelectedItemsChanged(playlistItem *item1, playlistItem *, bool)
201{

Callers 1

Calls 2

propertiesMethod · 0.80
runParsingOfFileMethod · 0.45

Tested by

no test coverage detected