This file contains hidden or 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
| commit e0e1b9c778ed98c942d435da6ecbd3c6e3cbaf53 | |
| Author: Philip Langdale <[email protected]> | |
| Date: Sat Sep 3 12:52:52 2016 -0700 | |
| cuvid: Support > 8bit input formats | |
| Although cuvid can only output 8bit, it can consume HEVC Main10 if | |
| the bit depth is set properly. | |
| This requires a newer version of cuviddec.h from CUDA 8 (I expect), |