This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
forked from Stupeflix/sxplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We request VT to output an explicit pixel format which we think is the one that is the less likely to involve a internal pixel convert within VT. Here, the range usually comes from the container (or could be probed from the codec in certain conditions, but not all the time). We expected it to match what's happening in the bitstream most of the time. A mismatch may happen for example when the container and the bitstream disagree, or if the bitstream changes its range mid-stream. In either case, VT will do a convert to match our requested range, so the output will still be correct.
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 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
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