jonataslaw / jonataslaw/VideoCompress
[TYPO] getMediaInfo giving wrong width and height
- Dominant language
- Swift
- Stars
- 262
- Forks
- 344
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/jonataslaw/VideoCompress/blob/b94cc7036755cb235d153fd16f313323932933aa/android/src/main/kotlin/com/example/video_compress/Utility.kt#L43-L44
Here `width` and `height` are defined constant using `val` instead they should be `var`.
https://github.com/jonataslaw/VideoCompress/blob/b94cc7036755cb235d153fd16f313323932933aa/android/src/main/kotlin/com/example/video_compress/Utility.kt#L54-L59
`flutter_video_compress` package fixed it similarly
https://github.com/rurico/flutter_video_compress/commit/12bcee7086f5e5f3abf2bdccbda9336e8603d18e#diff-f7b36869510244c6cd3c64fc907f3f8291cd1ffcb7acbadb17173009e530c89d
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.