Changeset 172 for trunk/src/org/thestaticvoid/iriverter/ManualSplit.java
- Timestamp:
- 10/25/08 01:05:37 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/thestaticvoid/iriverter/ManualSplit.java
r162 r172 32 32 33 33 public class ManualSplit extends Composite implements SelectionListener, Job { 34 private CTabItem tabItem;35 34 private InputVideo inputVideo; 36 35 private Text hr, min, sec; … … 38 37 private Label length; 39 38 private List marksList; 40 private String mplayerPath , syncVideo;39 private String mplayerPath; 41 40 private Mark[] syncMarks; 42 41 43 42 public ManualSplit(Composite parent, int style, CTabItem tabItem, InputVideo inputVideo, String mplayerPath) throws Exception { 44 43 super(parent, style); 45 this.tabItem = tabItem;46 44 this.inputVideo = inputVideo; 47 45 this.mplayerPath = mplayerPath;
Note: See TracChangeset
for help on using the changeset viewer.
