Definition at line 723 of file mainIDo.cpp. References Exec(), mSetName, and mSrcOpt. Referenced by HandleCmd(). 00724 { 00725 String srcOpt = mSrcOpt; 00726 if (srcOpt.empty()) 00727 srcOpt = "lavc"; 00728 00729 Exec("vidset", "exportframehashes " + mSetName + " --src " + srcOpt + 00730 " --report 1000"); 00731 }
Here is the call graph for this function: ![]()
|