[FFmpeg-devel] [PATCH 3/6] libavfilter/dnn: add prefix ff_ for internal functions

Mark Thompson sw at jkqxz.net
Thu Jan 21 23:43:07 EET 2021


On 18/01/2021 12:52, Guo, Yejun wrote:
> from proc_from_frame_to_dnn to ff_proc_from_frame_to_dnn, and
> from proc_from_dnn_to_frame to ff_proc_from_dnn_to_frame.
> 
> Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> ---
>   libavfilter/dnn/dnn_backend_native.c   | 4 ++--
>   libavfilter/dnn/dnn_backend_openvino.c | 4 ++--
>   libavfilter/dnn/dnn_backend_tf.c       | 4 ++--
>   libavfilter/dnn/dnn_io_proc.c          | 4 ++--
>   libavfilter/dnn/dnn_io_proc.h          | 4 ++--
>   5 files changed, 10 insertions(+), 10 deletions(-)

LGTM.

I fixed some more of these and added a fate test to prevent it from happening again in <https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2021-January/274931.html>.

Thanks,

- Mark


More information about the ffmpeg-devel mailing list