]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apetag.h
mxfenc: always assume long gop
[ffmpeg] / libavformat / apetag.h
index 279972ff6e5e33bc9353c769905e669f0661b5b6..36e3211fc853f17a6b6ebb75b0f66fa4d750baa9 100644 (file)
@@ -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 */