> -----Original Message----- > From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of Mark > Thompson > Sent: 2021年1月22日 5:43 > To: ffmpeg-devel@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....@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. _______________________________________________ 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".