[FFmpeg-devel] [PATCH] lavu/cpu: Use consistent av_cpu_ prefix for all functions
James Almer
jamrial at gmail.com
Mon Jul 19 23:46:18 EEST 2021
On 7/19/2021 5:43 PM, Thilo Borgmann wrote:
> Hi,
>
> as requested in review of [1]. Does this require some version bump?
>
> Thanks,
> Thilo
>
> [1] [PATCH] fftools/cmdutils.c: Add cmd line option to override detection of cpu count
This is a breaking change. You're removing existing public functions.
What Anton requested was to name the new function you added using the
av_cpu namespace, not to change the rest since they have long since been
part of the API, and removing/renaming them would require a deprecation
period, something that may not be worth it.
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-devel
mailing list