summaryrefslogtreecommitdiff
path: root/libavformat/replaygain.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/replaygain.h')
-rw-r--r--libavformat/replaygain.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/replaygain.h b/libavformat/replaygain.h
index 641b7a299b..ea56c17f06 100644
--- a/libavformat/replaygain.h
+++ b/libavformat/replaygain.h
@@ -28,4 +28,11 @@
*/
int ff_replaygain_export(AVStream *st, AVDictionary *metadata);
+
+/**
+ * Export already decoded replaygain values as per-stream side data.
+ */
+int ff_replaygain_export_raw(AVStream *st, int32_t tg, uint32_t tp,
+ int32_t ag, uint32_t ap);
+
#endif /* AVFORMAT_REPLAYGAIN_H */