Index: /applications/editors/josm/plugins/videomapping/.classpath
===================================================================
--- /applications/editors/josm/plugins/videomapping/.classpath	(revision 33375)
+++ /applications/editors/josm/plugins/videomapping/.classpath	(revision 33376)
@@ -6,7 +6,7 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-jna"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
-	<classpathentry kind="lib" path="lib/vlcj-3.10.0.jar" sourcepath="lib/vlcj-3.10.0-sources.jar">
+	<classpathentry kind="lib" path="lib/vlcj-3.10.1.jar" sourcepath="lib/vlcj-3.10.1-sources.jar">
 		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/JOSM-videomapping/lib/vlcj-3.10.0-javadoc.jar!/"/>
+			<attribute name="javadoc_location" value="jar:platform:/resource/JOSM-videomapping/lib/vlcj-3.10.1-javadoc.jar!/"/>
 		</attributes>
 	</classpathentry>
Index: /applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/VideoEngine.java
===================================================================
--- /applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/VideoEngine.java	(revision 33375)
+++ /applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/VideoEngine.java	(revision 33376)
@@ -276,9 +276,5 @@
     @Override
     public void backward(MediaPlayer arg0) { }
-/*
-    public void buffering(MediaPlayer arg0) {
-
-    }
-*/
+
     @Override
     public void error(MediaPlayer arg0) { }
@@ -292,5 +288,5 @@
     @Override
     public void lengthChanged(MediaPlayer arg0, long arg1) { }
-/*
+    /*
     public void mediaChanged(MediaPlayer arg0) {
 
Index: /applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/VideoPlayer.java
===================================================================
--- /applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/VideoPlayer.java	(revision 33375)
+++ /applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/video/VideoPlayer.java	(revision 33376)
@@ -42,5 +42,4 @@
     private JToggleButton loop, mute;
     private JSlider speed;
-//    private DateFormat videoTimeFormat;
     private VideoEngine videoengine;
     private long jumpLength;
@@ -53,5 +52,4 @@
     public VideoPlayer(DateFormat videoTimeFormat) throws HeadlessException {
         super();
-//        this.videoTimeFormat=videoTimeFormat;
         //setup playback notifications
         videoengine = new VideoEngine(this);
@@ -161,7 +159,7 @@
         speed.setOrientation(Adjustable.VERTICAL);
         Hashtable<Integer, JLabel> labelTable = new Hashtable<>();
-        labelTable.put(new Integer(100), new JLabel("1x"));
-        labelTable.put(new Integer(50), new JLabel("-2x"));
-        labelTable.put(new Integer(200), new JLabel("2x"));
+        labelTable.put(100, new JLabel("1x"));
+        labelTable.put(50, new JLabel("-2x"));
+        labelTable.put(200, new JLabel("2x"));
         speed.setLabelTable(labelTable);
         speed.setPaintLabels(true);
