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

Guo, Yejun yejun.guo at intel.com
Fri Jan 22 03:34:12 EET 2021



> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of Mark
> Thompson
> Sent: 2021年1月22日 5:43
> To: ffmpeg-devel at ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH 3/6] libavfilter/dnn: add prefix ff_ for
> internal functions
> 
> 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, will push this patch set soon, and then back to the patch set with the fate test.


More information about the ffmpeg-devel mailing list