]> git.sesse.net Git - ffmpeg/commit
dnn: fix redefining typedefs and also refine naming with correct prefix
authorGuo, Yejun <yejun.guo@intel.com>
Wed, 30 Dec 2020 01:37:14 +0000 (09:37 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Thu, 31 Dec 2020 00:31:17 +0000 (08:31 +0800)
commit8e78d5d394a3cdeb1da195aa901ff2f7b5b1b3ea
tree7bbe122679064b1e211a009b8369095a9bd7300c
parent53c56585a6bebfd1dd73f73ace5d719120822b0a
dnn: fix redefining typedefs and also refine naming with correct prefix

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@intel.com>
libavfilter/dnn/dnn_backend_openvino.c
libavfilter/dnn/queue.c
libavfilter/dnn/queue.h
libavfilter/dnn/safe_queue.c
libavfilter/dnn/safe_queue.h