-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vd_lavc: don't hardware decode VC-1 by default
We have reports of VC-1 videos showing a green screen on both nvdec and vaapi, and new AMD GPUs don't support it all. Also there is no need to hardware decode VC-1 videos since nobody produces 4k VC-1 videos. So remove it from the default hwdec-codecs. Fixes #15715.
- Loading branch information
1 parent
04c328f
commit 7416837
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
change `hwdec-codecs` default from `h264,vc1,hevc,vp8,vp9,av1,prores` to `h264,hevc,vp8,vp9,av1,prores` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters