-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vdisp: fixed restrict_returned_codecs
Rewritten restrict_returned_codecs to respect eventual pixfmt change by the postprocessor (as with change_pixfmt). Originally the set intersection of codecs accepted for vo_postprocess and display was used, which is unsuitable when the vo_postprocess changes the format. Now the postprocessor is queried for the output format instead, which is then compared with display list of supported codecs.
- Loading branch information
1 parent
57eb2f5
commit 3e98871
Showing
1 changed file
with
37 additions
and
22 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