Definition at line 1678 of file mainIDo.cpp. References CheckCall(), and mDoShotIndex. Referenced by HandleCmd(). 01679 { 01680 if (mDoShotIndex) 01681 CheckCall("diffsegmentation", ""); 01682 else 01683 CheckCall("diffmpeg7shot", "ALL"); 01684 CheckCall("diffkeyframes", ""); 01685 CheckCall("diffstills", ""); 01686 CheckCall("diffquidtable", "VideoIndex keysExtra2.tab"); 01687 CheckCall("diffimagesetspecial", "keyframes.txt"); 01688 CheckCall("diffimagesetspecial", "thumbnails.txt"); 01689 CheckCall("diffimagesetspecial", "stills.txt"); 01690 CheckCall("diffimagearchive", "true ALL images.raw"); 01691 CheckCall("diffimagearchive", "true ALL images_jpg.raw"); 01692 CheckCall("diffimagearchivespecial", "thumbnails.txt . thumbnails.raw"); 01693 CheckCall("diffimagearchivespecial", "keyframes.txt ALL images.raw"); 01694 CheckCall("diffimagearchivespecial", "stills.txt ALL images.raw"); 01695 }
Here is the call graph for this function: ![]()
|