bmegli / hardware-video-encoder

HVE - Hardware Video Encoder C library
Mozilla Public License 2.0
16 stars 11 forks source link

pixel format not correctly determined for cuda (NVENC/NVDEC) #39

Closed bmegli closed 1 year ago

bmegli commented 1 year ago

https://github.com/bmegli/hardware-video-encoder/blob/67447a16c4de8d0922dd35de85837f1b533e3a38/hve.c#L352

Typo in test condition (should be hardware type not pixel type).

This still worked by falling back to defaults.