diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-18 01:31:18 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-23 10:14:26 +0100 |
commit | ef3224c911cca43700f1df7fbee3741a320afe28 (patch) | |
tree | 6b0ab346af7cedeb161432cfb2028307ac648497 /libavformat/caf.h | |
parent | c50c85911ef7a6496953afe9975115139e49b187 (diff) | |
download | ffmpeg-ef3224c911cca43700f1df7fbee3741a320afe28.tar.gz |
avformat/caf: Deduplicate codec tags list
Also saves a relocation.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/caf.h')
-rw-r--r-- | libavformat/caf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/caf.h b/libavformat/caf.h index 9c25f2c683..ed0392b1f1 100644 --- a/libavformat/caf.h +++ b/libavformat/caf.h @@ -30,5 +30,6 @@ #include "internal.h" extern const AVCodecTag ff_codec_caf_tags[]; +extern const AVCodecTag *const ff_caf_codec_tags_list[]; #endif /* AVFORMAT_CAF_H */ |