| 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 94 of file replaygain.c.
Referenced by aiff_read_header(), 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 69 of file replaygain.c.
Referenced by ff_replaygain_export(), and mp3_parse_info_tag().
 1.8.17
 1.8.17