Commit 2f06ddbb authored by Andrey Filippov's avatar Andrey Filippov
Browse files

camogm wouldn't start randomly with uninitialized port_enable

parent 5a76602f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -350,6 +350,10 @@
				
		if ($xml_format == "'none'") // use quicktime mov as default if no container format has been selected
			fprintf($fcmd, "format=mov;");
		
		// for some reason sometimes camogm was starting with all ports disabled. Temporarily enable them all (add control)
		fprintf($fcmd, "port_enable=0;port_enable=1;port_enable=2;port_enable=3;");
			
	}
	
	// GUI