Browse Source

VLCMediaThumbnailer: Fix snapshotPosition comment

Mike JS. Choi 7 years ago
parent
commit
a2d6df7a44
1 changed files with 1 additions and 1 deletions
  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