summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index eb915166a2..05bbd5fab3 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -30,12 +30,15 @@
#ifndef AVCODEC_AACTAB_H
#define AVCODEC_AACTAB_H
+#include "libavutil/thread.h"
#include "libavutil/mem.h"
#include "aac.h"
#include "aac_tablegen_decl.h"
#include <stdint.h>
+extern AVOnce aac_table_init; /* Protects ff_aac_tableinit() */
+
/* NOTE:
* Tables in this file are used by the AAC decoder and will be used by the AAC
* encoder.