Commit fe3e1b3
committed
[更新GitHub Actions缓存并清理FFmpeg代码]: 升级actions/cache到v5版本并移除废弃的FFmpeg API调用,同时更新vcpkg基线
-**.github/actions/install-dependencies/action.yml**: 将`actions/cache`从v4升级至v5版本,以获得更好的性能和稳定性
-**src/ffmpeg/formatcontext.cpp**: 移除`av_format_inject_global_side_data`函数调用,该API在较新FFmpeg版本中已不再需要
-**vcpkg.json**: 更新`builtin-baseline`至新提交哈希`2fa7118fb2ce0c27ab73e08ab1991f4cb67af880`,同步最新第三方库依赖1 parent a2ff113 commit fe3e1b3
File tree
3 files changed
+2
-3
lines changed- .github/actions/install-dependencies
- src/ffmpeg
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
0 commit comments