summaryrefslogtreecommitdiff
path: root/libavformat/replaygain.h
Commit message (Collapse)AuthorAge
* replaygain: allow exporting already decoded replaygain valuesAlessandro Ghedini2014-04-17
| | | | | | | | This adds a function to export raw replaygain values (i.e. in the (u)int32_t form). It first checks whether AV_PKT_DATA_REPLAYGAIN side data is present, in which case it does nothing. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-24