From 88de0c7901ee2bd6021cf32def87ce98ce63155c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 28 May 2013 17:43:22 +0200 Subject: apetag: add support for writing APE tags This will be useful in the WavPack muxer. --- libavformat/apetag.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/apetag.h') 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 */ -- cgit v1.2.3