mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-24 08:48:37 +00:00
avutil/cpu: Deprecate AV_CPU_FLAG_FORCE
This flag does nothing since the deactivation of the dsp_mask field of AVCodecContext in commits9ae6ba2883and9ae6ba2883(it has been superseded with better ways to override the CPU flags). So deprecate it. Reviewed-by: Lynne <dev@lynne.ee> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2025-11-16 - xxxxxxxxxx - lavu 60.18.100 - cpu.h
|
||||
Deprecate AV_CPU_FLAG_FORCE without replacement.
|
||||
|
||||
2025-11-01 - xxxxxxxxxx - lavc 62.19.100 - avcodec.h
|
||||
Schedule AVCodecParser and av_parser_init() to use enum AVCodecID
|
||||
for codec ids on the next major version bump.
|
||||
|
||||
Reference in New Issue
Block a user