]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apetag.h
Merge commit '2d2d6a4883479403798f4ed46941d5b365823570'
[ffmpeg] / libavformat / apetag.h
index 0330c8986ae4ce1a1d2eea4bb49f57ffb4067a8a..cf2a5f8ab48b397fdc6d43142a774d163c3b36ed 100644 (file)
@@ -37,8 +37,8 @@
 int64_t ff_ape_parse_tag(AVFormatContext *s);
 
 /**
- * Write an APEv2 tag
+ * Write an APE tag into a file.
  */
-void ff_ape_write(AVFormatContext *s);
+int ff_ape_write_tag(AVFormatContext *s);
 
 #endif /* AVFORMAT_APETAG_H */