Changeset 33020
- Timestamp:
- Dec 23, 2011, 1:06:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111222/ippScripts/scripts/videophot_process.pl
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/ipp-20110710/ippScripts/scripts/videophot_process.pl merged eligible /branches/eam_branches/ipp-20110906/ippScripts/scripts/videophot_process.pl merged eligible /branches/eam_branches/ipp-20111110/ippScripts/scripts/videophot_process.pl merged eligible /trunk/ippScripts/scripts/videophot_process.pl merged eligible /branches/czw_branch/20101203/ippScripts/scripts/videophot_process.pl 29907-30631 /branches/eam_branches/ipp-20101103/ippScripts/scripts/videophot_process.pl 29657-29920 /branches/eam_branches/ipp-20101205/ippScripts/scripts/videophot_process.pl 29959-30585 /branches/eam_branches/ipp-20110213/ippScripts/scripts/videophot_process.pl 30628-31149 /branches/eam_branches/ipp-20110404/ippScripts/scripts/videophot_process.pl 31166-31444 /branches/eam_branches/ipp-20110505/ippScripts/scripts/videophot_process.pl 31458-31658
r32788 r33020 127 127 foreach my $cell_id (@video_cells) { 128 128 my $path_base = "$outroot.$class_id.$cell_id"; 129 my $output = $ipprc->filename("PSVIDEOPHOT.OUTPUT", $path_base); 129 my $error; 130 my $output = $ipprc->prepare_output("PSVIDEOPHOT.OUTPUT", $path_base, undef, 1, \$error) 131 or &my_die("failed to prepare output file for PSVIDEOPHOT.OUTPUT", $vp_id, $error); 130 132 my $command = "$psvideophot $output"; 131 133 $command .= " -file $uri"; -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
