Skip to content

Commit 4040bcc

Browse files
authored
Update README.md
fix bugs,
1 parent 287e31d commit 4040bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For more instructions, you could tap `help(mpegCoder)`.
5454

5555
### V1.8 update report:
5656

57-
1. Provide options (widthDst, heightDst) to let MpegDecoder could control the output size manually. To ensure the option is valid, we must use the method `setParameter` before 'FFmpegSetup'. Now you could use this options to get a rescaled output directly:
57+
1. Provide options (widthDst, heightDst) to let MpegDecoder could control the output size manually. To ensure the option is valid, we must use the method `setParameter` before `FFmpegSetup`. Now you could use this options to get a rescaled output directly:
5858

5959
```python
6060
d = mpegCoder.MpegDecoder() # initialize

0 commit comments

Comments
 (0)