2024-04-08 11:59:46 CST W14D1

This commit is contained in:
aggresss
2024-04-08 11:59:46 +08:00
parent 6892484fcc
commit f0bba56ebe
2 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ Go bindings for FFmpeg.
- [x] [5.1](https://github.com/qrtc/ffmpeg-dev-go/tree/5.1)
- [x] [6.0](https://github.com/qrtc/ffmpeg-dev-go/tree/6.0)
- [x] [6.1](https://github.com/qrtc/ffmpeg-dev-go/tree/6.1)
- [ ] 6.2
- [x] [7.0](https://github.com/qrtc/ffmpeg-dev-go/tree/7.0)
- [ ] 7.1
Reference: [https://ffmpeg.org/download.html#releases](https://ffmpeg.org/download.html#releases)

View File

@@ -1,6 +1,5 @@
## TODO
2023-11-11 version >=4.0
- [x] output 0755 -> 0644
- [x] `\}\n\treturn\sunsafe\.Slice\(`
@@ -8,3 +7,6 @@
2023-11-04 version >= 4.0
- [x] `^//(?!go)(.*\w+\s\w+(?!\.)$)\n(?!/)` -> `//$1.\n`
- [x] `(//.*\s)\s` -> `$1`
---
2024-04-07 version == 7.0
- [x] support 7.0