Преглед изворни кода

VLCMediaThumbnailer: Fix snapshotPosition comment

Mike JS. Choi пре 7 година
родитељ
комит
a2d6df7a44
1 измењених фајлова са 1 додато и 1 уклоњено
  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