X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Finternal.h;h=63a1724cfaa4f0dc372b70ce039466ba7a785584;hb=e3f13d3a87274d537d319a84e9104f44f84ec3b2;hp=9d614fb12ca8a281e952d607dd11fc0954cba184;hpb=8a91452e83e763dc38d84912fe7978acede2c039;p=ffmpeg diff --git a/libavformat/internal.h b/libavformat/internal.h index 9d614fb12ca..63a1724cfaa 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 {