summaryrefslogtreecommitdiff
path: root/libavfilter/dnn/queue.h
diff options
context:
space:
mode:
authorShubhanshu Saxena <shubhanshu.e01@gmail.com>2021-08-08 16:25:32 +0530
committerGuo Yejun <yejun.guo@intel.com>2021-08-10 22:27:27 +0800
commitc71657858833008d2c17990ee78d2ec792996a1a (patch)
treeacc99d38758c124b21b884cbb94da5408eea6081 /libavfilter/dnn/queue.h
parent86f0a4f9deb702528b914a194fac727f08e76c20 (diff)
lavfi/dnn: Common Function to Get Async Result in DNN Backends
This commits refactors the get async result function for common use in all three backends. Signed-off-by: Shubhanshu Saxena <shubhanshu.e01@gmail.com>
Diffstat (limited to 'libavfilter/dnn/queue.h')
-rw-r--r--libavfilter/dnn/queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/dnn/queue.h b/libavfilter/dnn/queue.h
index 2524d5fa59..9ab5c89f65 100644
--- a/libavfilter/dnn/queue.h
+++ b/libavfilter/dnn/queue.h
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <stddef.h>
#ifndef AVFILTER_DNN_QUEUE_H
#define AVFILTER_DNN_QUEUE_H