summaryrefslogtreecommitdiff
path: root/libavformat/ast.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-18 02:26:03 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-23 11:30:57 +0100
commit697066af013d480c5f947f13926731a358e15fa2 (patch)
tree27d7b527ef037e465734d92dabd5330636cd92c9 /libavformat/ast.h
parenta442670a3262caf0d2fdc9ccd5697be11d2c2e46 (diff)
downloadffmpeg-697066af013d480c5f947f13926731a358e15fa2.tar.gz
avformat/ast: Deduplicate codec tags lists
Also saves a relocation. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/ast.h')
-rw-r--r--libavformat/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ast.h b/libavformat/ast.h
index 4a399ea410..b629f7ed43 100644
--- a/libavformat/ast.h
+++ b/libavformat/ast.h
@@ -26,5 +26,6 @@
#include "internal.h"
extern const AVCodecTag ff_codec_ast_tags[];
+extern const AVCodecTag *const ff_ast_codec_tags_list[];
#endif /* AVFORMAT_AST_H */