summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-09 23:37:55 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-09 23:37:55 +0200
commit968516cebf89fa2dcf7e112e4ab56145fb0d584b (patch)
tree6e218aabfe5b379192f4aff934927544ae737dd6 /libavformat/nut.h
parentf703dae7aa76ea9ac4c5f578a0d2def94d90191e (diff)
avformat/nut: add ff_nut_audio_extra_tags to demuxer too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index 29f28e6ab9..a08d30b935 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -112,6 +112,7 @@ typedef struct NUTContext {
extern const AVCodecTag ff_nut_subtitle_tags[];
extern const AVCodecTag ff_nut_video_tags[];
extern const AVCodecTag ff_nut_audio_tags[];
+extern const AVCodecTag ff_nut_audio_extra_tags[];
extern const AVCodecTag ff_nut_data_tags[];
extern const AVCodecTag * const ff_nut_codec_tags[];