On date Monday 2011-06-06 07:18:47 +0200, Anton Khirnov encoded: > Rename it to AVDictionary, since it will be used as such. Tags > documentation and metadata conversion API is lavf-specific, so remains > there. > --- > doc/APIchanges | 5 ++ > libavformat/avformat.h | 52 +++++++++++++---------- > libavformat/metadata.c | 103 +++++++++------------------------------------ > libavformat/metadata.h | 6 +-- > libavutil/Makefile | 2 + > libavutil/dict.c | 110 > ++++++++++++++++++++++++++++++++++++++++++++++++ > libavutil/dict.h | 78 ++++++++++++++++++++++++++++++++++ > libavutil/internal.h | 6 +++ > 8 files changed, 251 insertions(+), 111 deletions(-) > create mode 100644 libavutil/dict.c > create mode 100644 libavutil/dict.h > > diff --git a/doc/APIchanges b/doc/APIchanges > index 77eb6d2..955667a 100644 > --- a/doc/APIchanges > +++ b/doc/APIchanges > @@ -13,6 +13,11 @@ libavutil: 2011-04-18 > > API changes, most recent first: > > +2011-06-xx - xxxxxxx - lavu 51.4.0 - AVMetadata > + Move AVMetadata from lavf to lavu and rename it to > + AVDictionary -- new installed header dict.h. > + All av_metadata_* functions renamed to av_dict_*. [...]
Looks great to me, assuming it works and passes regressions. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
