]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nut.h
nutdec: fix integer overflow
[ffmpeg] / libavformat / nut.h
index 53b5ebc4dbc4fb5635e08499d747ec9ca0cf3f42..673f12f4b2389c37fd1cf84fbd78f0f8045094cc 100644 (file)
@@ -109,6 +109,9 @@ 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 * const ff_nut_codec_tags[];
 
 typedef struct Dispositions {
     char str[9];