Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-02-09 03:58:17 +0400
committerPaul B Mahol <onemda@gmail.com>2012-07-29 05:28:12 +0400
commitbd93f96540f225b88f42eb25b464defb88d1fb7c (patch)
tree1a53160a6c4a66cde719b3a73990a2086efa2d4a /libavformat/apetag.h
parenta3a0774be823ba218f494d3a78de546599d600e2 (diff)
APE tag writer
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 869fc4b3c0..7727921ca8 100644
--- a/libavformat/apetag.h
+++ b/libavformat/apetag.h
@@ -30,4 +30,9 @@
*/
void ff_ape_parse_tag(AVFormatContext *s);
+/**
+ * Write an APEv2 tag
+ */
+void ff_ape_write(AVFormatContext *s);
+
#endif /* AVFORMAT_APETAG_H */