Changes between Initial Version and Version 1 of Ticket #10020
- Timestamp:
- Nov 10, 2022, 12:25:34 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10020
- Property Keywords does not compile removed
-
Ticket #10020 – Description
initial v1 3 3 4 4 /////// 5 .... 5 {{{ 6 6 ..... 7 7 libavcodec/nvenc.c:1359:5: error: unknown type name 'NV_ENC_CONFIG_AV1'; did you mean 'NV_ENC_CONFIG_HEVC'? … … 13 13 ^ 14 14 libavcodec/nvenc.c:1359:53: error: no member named 'av1Config' in 'union _NV_ENC_CODEC_CONFIG'; did you mean 'hevcConfig'? 15 15 }}} 16 16 /////////////////////// (this is the first of 4 similar lines 17 17


