Re: [FFmpeg-devel] [PATCH] configure: Make nvenc select atsc_a53

2022-01-05 Thread Timo Rothenpieler
On 05.01.2022 06:39, Andreas Rheinhardt wrote: It is the common code (that is compiled depending upon CONFIG_NVENC) that uses ff_alloc_a53_sei(), so it is natural to make nvenc itself select atsc_a53. This fixes compilation errors in case nvenc is enabled (e.g. autodected) with both nvenc-based e

[FFmpeg-devel] [PATCH] configure: Make nvenc select atsc_a53

2022-01-04 Thread Andreas Rheinhardt
It is the common code (that is compiled depending upon CONFIG_NVENC) that uses ff_alloc_a53_sei(), so it is natural to make nvenc itself select atsc_a53. This fixes compilation errors in case nvenc is enabled (e.g. autodected) with both nvenc-based encoders disabled. (This works in case of static l