Sean McGovern: > On Fri, Apr 11, 2025 at 9:17 AM Andreas Rheinhardt > <andreas.rheinha...@outlook.com> wrote: >> >> Sean McGovern: >>> It was removed / left unreferenced some time ago. >>> --- >>> libpostproc/postprocess.h | 1 - >>> 1 file changed, 1 deletion(-) >>> >>> diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h >>> index 5decb7e8a9..cc48c552cc 100644 >>> --- a/libpostproc/postprocess.h >>> +++ b/libpostproc/postprocess.h >>> @@ -87,7 +87,6 @@ void pp_free_context(pp_context *ppContext); >>> >>> #define PP_CPU_CAPS_MMX 0x80000000 >>> #define PP_CPU_CAPS_MMX2 0x20000000 >>> -#define PP_CPU_CAPS_3DNOW 0x40000000 >>> #define PP_CPU_CAPS_ALTIVEC 0x10000000 >>> #define PP_CPU_CAPS_AUTO 0x00080000 >>> >> >> Missing deprecation etc. As has been said. > > WHY does this need a deprecation period? It neither enables nor > disables anything. >
Because it is public API. Users may set still set it (although it does nothing). - Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".