On 03/06/14 20:25, Andrew Stone wrote: > Exporting icecast metadata as an option with name "metadata" so that it can be > pulled more easily. Also adding a dict type to AVOption to allow for easier > export of metadata (as suggested here: > https://lists.libav.org/pipermail/libav-devel/2014-May/060016.html). > > --- > libavformat/http.c | 32 ++++++++++++++++++++++++++++++ > libavutil/dict.c | 2 +- > libavutil/dict.h | 2 +- > libavutil/opt.c | 57 > ++++++++++++++++++++++++++++++++++++++++++++++++++---- > libavutil/opt.h | 26 ++++++++++++++----------- > 5 files changed, 102 insertions(+), 17 deletions(-) >
This patch should be split in 3: - icy part. - dict api variation. - opt api extension. The set looks interesting but I currently can't review it properly the while(1) looks a little strange to me. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
