Index: applications/editors/josm/plugins/videomapping/test/videotest.java
===================================================================
--- applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 21656)
+++ applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 22690)
@@ -26,6 +26,6 @@
 	public static void main(String[] args) {
 		final SimpleVideoPlayer sVP = new SimpleVideoPlayer();
-		sVP.setFile(new File("C:\\TEMP\\test.mpg"));
-		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!!!)
+		sVP.setFile(new File("C:\\TEMP\\122_0159.MOV"));
+		//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!!!)
 		/*
 		JButton b = new JButton("jump");
