FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_replaygain_export (AVStream *st, AVDictionary *metadata) |
Parse replaygain tags and export them as per-stream side data. More... | |
int | ff_replaygain_export_raw (AVStream *st, int32_t tg, uint32_t tp, int32_t ag, uint32_t ap) |
Export already decoded replaygain values as per-stream side data. More... | |
int ff_replaygain_export | ( | AVStream * | st, |
AVDictionary * | metadata | ||
) |
Parse replaygain tags and export them as per-stream side data.
Definition at line 91 of file replaygain.c.
Referenced by flac_read_header(), mov_read_header(), mp3_read_header(), and vorbis_header().
Export already decoded replaygain values as per-stream side data.
Definition at line 70 of file replaygain.c.
Referenced by ff_replaygain_export().