From 65862f57ad2f7f49d715f334a9d892e0b20d42f1 Mon Sep 17 00:00:00 2001 From: Paul Arzelier Date: Sat, 28 Jan 2017 17:25:27 +0100 Subject: avformat: Ignore ID3v2 tags if other tags are present e.g. vorbis Reviewed-by: wm4 Signed-off-by: Michael Niedermayer --- libavformat/internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 9d614fb12c..63a1724cfa 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -140,6 +140,11 @@ struct AVFormatInternal { * Whether or not avformat_init_output fully initialized streams */ int streams_initialized; + + /** + * ID3v2 tag useful for MP3 demuxing + */ + AVDictionary *id3v2_meta; }; struct AVStreamInternal { -- cgit v1.2.3