]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apetag.h
img2enc: Refactor the atomic renaming code
[ffmpeg] / libavformat / apetag.h
index 9a39d02a2b587e171de9759ab73a52adcaa7c866..36e3211fc853f17a6b6ebb75b0f66fa4d750baa9 100644 (file)
 
 /**
  * Read and parse an APE tag
+ *
+ * @return offset of the tag start in the file
+ */
+int64_t ff_ape_parse_tag(AVFormatContext *s);
+
+/**
+ * Write an APE tag into a file.
  */
-void ff_ape_parse_tag(AVFormatContext *s);
+int ff_ape_write_tag(AVFormatContext *s);
 
-#endif /* AVFORMAT_ID3V2_H */
+#endif /* AVFORMAT_APETAG_H */