Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Feb 4, 2020
1 parent 28cfbd6 commit 8b74a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coil-video/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val imageLoader = ImageLoader(context) {
```

!!! Note
Video frame decoding is only supported for `Uri`s (`content`, `file` schemes only) and `File`s.
Video frame decoding is only supported for `File`s and `Uri`s (`content` and `file` schemes only).

To specify the time code of the frame to extract from a video, use `videoFrameMillis` or `videoFrameMicros`:

Expand Down

0 comments on commit 8b74a6b

Please sign in to comment.