Commit 2c2fd8a
committed
feat(mpv): prioritize gpuinfo VO recommendation in AUTO decode mode
Use gpuinfo_get_vo() from libgpuinfo to get recommended video output
for current GPU, overriding heuristic result in AUTO decode mode.
在自动解码模式下,优先使用gpuinfo提供的VO配置,覆盖硬件启发式判断。
Log: 自动解码模式优先使用gpuinfo的VO配置
PMS: BUG-356131
Influence: 当gpuinfo数据库中配置了GPU的推荐VO时,自动解码模式将优先使用该配置,提升特定GPU的兼容性。1 parent 08a9d3c commit 2c2fd8a
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| 218 | + | |
217 | 219 | | |
218 | 220 | | |
219 | 221 | | |
| |||
637 | 639 | | |
638 | 640 | | |
639 | 641 | | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
640 | 652 | | |
641 | 653 | | |
642 | 654 | | |
| |||
1939 | 1951 | | |
1940 | 1952 | | |
1941 | 1953 | | |
| 1954 | + | |
1942 | 1955 | | |
1943 | 1956 | | |
1944 | 1957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
453 | 454 | | |
454 | 455 | | |
455 | 456 | | |
| |||
0 commit comments