소스 검색

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