Ignore:
Timestamp:
2010-08-19T08:36:56+02:00 (15 years ago)
Author:
guardian
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/test/videotest.java

    r21656 r22690  
    2626        public static void main(String[] args) {
    2727                final SimpleVideoPlayer sVP = new SimpleVideoPlayer();
    28                 sVP.setFile(new File("C:\\TEMP\\test.mpg"));
    29                 sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!)
     28                sVP.setFile(new File("C:\\TEMP\\122_0159.MOV"));
     29                //sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!)
    3030                /*
    3131                JButton b = new JButton("jump");
Note: See TracChangeset for help on using the changeset viewer.