Changeset 159 for trunk/src/org/thestaticvoid/iriverter/SingleVideo.java
- Timestamp:
- 04/13/07 19:37:07 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/thestaticvoid/iriverter/SingleVideo.java
r158 r159 132 132 } 133 133 134 public DoSomeShit[] getShitToDo() {134 public ShitToDo[] getShitToDo() { 135 135 java.util.List shitToDo = new ArrayList(); 136 137 136 138 137 java.util.List commandList = MencoderCommand.prepareBaseCommandList(inputVideo, getOutputVideo(), mplayerPath, inputVideoInfo, 0); … … 158 157 } 159 158 160 return ( DoSomeShit[]) shitToDo.toArray(new DoSomeShit[]{});159 return (ShitToDo[]) shitToDo.toArray(new ShitToDo[]{}); 161 160 } 162 161 }
Note: See TracChangeset
for help on using the changeset viewer.
