Quellcode durchsuchen

VLCMediaThumbnailer: Fix snapshotPosition comment

Mike JS. Choi vor 7 Jahren
Ursprung
Commit
a2d6df7a44
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Headers/Public/VLCMediaThumbnailer.h

+ 1 - 1
Headers/Public/VLCMediaThumbnailer.h

@@ -94,7 +94,7 @@
  * Snapshot Position
  * You shouldn't change this after -fetchThumbnail
  * has been called.
- * @return snapshot position. Default value 0.5
+ * @return snapshot position. Default value 0.3
  */
 @property (readwrite, assign, nonatomic) float snapshotPosition;
 @end