This is probably not the best way to do this (hence the RFC), but my objective is to be able to read ReplayGain information from LAME's XING header, and export it using AVReplayGain side data.
Except for the replaygain values, the data decoded from the XING header is discarded, though maybe it could be useful to keep it somewhere (also, not all the data is decoded). Alessandro Ghedini (3): replaygain: allow exporting already decoded replaygain values mp3dec: move XING/Info and VBRI parsing into their own functions mp3dec: decode more data from Info header doc/APIchanges | 4 ++ libavformat/mp3dec.c | 153 ++++++++++++++++++++++++++++++++++++----------- libavformat/replaygain.c | 29 +++++---- libavformat/replaygain.h | 7 +++ libavformat/version.h | 2 +- 5 files changed, 144 insertions(+), 51 deletions(-) -- 1.9.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
