summaryrefslogtreecommitdiff
path: root/libavformat/apetag.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-28 17:43:22 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-28 18:19:03 +0200
commit88de0c7901ee2bd6021cf32def87ce98ce63155c (patch)
tree423547285b33d42d7946fb8267f68d06e06950f4 /libavformat/apetag.h
parent01656fd47694d76e30cac356632b98482263428d (diff)
apetag: add support for writing APE tags
This will be useful in the WavPack muxer.
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 */