[FFmpeg-devel] [PATCH V2 1/3] dnn: fix redefining typedefs and also refine naming with correct prefix
Guo, Yejun
yejun.guo at intel.com
Thu Dec 31 02:33:30 EET 2020
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> Michael Niedermayer
> Sent: 2020年12月31日 8:26
> To: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH V2 1/3] dnn: fix redefining typedefs and
> also refine naming with correct prefix
>
> On Wed, Dec 30, 2020 at 11:35:06PM +0800, Guo, Yejun wrote:
> > The prefix for symbols not exported from the library and not local to
> > one translation unit is ff_ (or FF for types).
> >
> > Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> > ---
> > libavfilter/dnn/dnn_backend_openvino.c | 32 ++++++-------
> > libavfilter/dnn/queue.c | 66 +++++++++++++-------------
> > libavfilter/dnn/queue.h | 20 ++++----
> > libavfilter/dnn/safe_queue.c | 34 ++++++-------
> > libavfilter/dnn/safe_queue.h | 14 +++---
> > 5 files changed, 83 insertions(+), 83 deletions(-)
> >
>
> The patchset fixes the compile issue ive seen
thanks, will push soon.
>
> Thanks
>
>
> [...]
> --
> Michael GnuPG fingerprint:
> 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> No great genius has ever existed without some touch of madness. -- Aristotle
More information about the ffmpeg-devel
mailing list