Skip to content

Commit 287e31d

Browse files
authored
Update README.md
fix bugs in the index.
1 parent 4ce3846 commit 287e31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

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

7272
### V1.8 update report:
7373

74-
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:
74+
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:
7575

7676
```python
7777
d = mpegCoder.MpegDecoder() # initialize

0 commit comments

Comments
 (0)