summaryrefslogtreecommitdiff
path: root/libavformat/rso.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-18 01:46:05 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-23 11:24:00 +0100
commitcccb7cf44ec718653bc977372adf69210c7e4ad6 (patch)
tree6b7df785fd24a6f8a9606ae86f677e4b3f413cd1 /libavformat/rso.h
parente772e253cbaa9cbbc55b8fd62e1e7534c4fab8d8 (diff)
avformat/rso: Deduplicate codec tags list
Also saves a relocation. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/rso.h')
-rw-r--r--libavformat/rso.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rso.h b/libavformat/rso.h
index 1f65dd90c7..4f78b40180 100644
--- a/libavformat/rso.h
+++ b/libavformat/rso.h
@@ -28,5 +28,6 @@
/* The libavcodec codecs we support, and the IDs they have in the file */
extern const AVCodecTag ff_codec_rso_tags[];
+extern const AVCodecTag *const ff_rso_codec_tags_list[];
#endif /* AVFORMAT_RSO_H */