summaryrefslogtreecommitdiff
path: root/libavformat/apetag.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/apetag.h')
-rw-r--r--libavformat/apetag.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/apetag.h b/libavformat/apetag.h
index 279972ff6e..36e3211fc8 100644
--- a/libavformat/apetag.h
+++ b/libavformat/apetag.h
@@ -32,4 +32,9 @@
*/
int64_t ff_ape_parse_tag(AVFormatContext *s);
+/**
+ * Write an APE tag into a file.
+ */
+int ff_ape_write_tag(AVFormatContext *s);
+
#endif /* AVFORMAT_APETAG_H */