Searched refs:AVReplayGain (Results 1 – 7 of 7) sorted by relevance
29 typedef struct AVReplayGain { struct48 } AVReplayGain; typedef
73 AVReplayGain *replaygain; in ff_replaygain_export_raw()78 replaygain = (AVReplayGain*)av_stream_new_side_data(st, AV_PKT_DATA_REPLAYGAIN, in ff_replaygain_export_raw()
402 AVReplayGain *rg; in mp3_update_xing()425 rg = (AVReplayGain*)av_stream_get_side_data(s->streams[0], AV_PKT_DATA_REPLAYGAIN, in mp3_update_xing()
241 const AVReplayGain *rg; in dump_replaygain()247 rg = (const AVReplayGain *)sd->data; in dump_replaygain()
132 AVReplayGain *rg; in dump_replaygain()139 rg = (AVReplayGain*)sd->data; in dump_replaygain()
351 AVReplayGain *replaygain = (AVReplayGain*)sd->data; in filter_frame()
1443 Add a new header replaygain.h with the AVReplayGain struct.