]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apetag.h
asfenc: return error on negative timestamp
[ffmpeg] / libavformat / apetag.h
index a0e6ead14f3717b0678763f6750b5dc5f16ad795..279972ff6e5e33bc9353c769905e669f0661b5b6 100644 (file)
@@ -27,7 +27,9 @@
 
 /**
  * Read and parse an APE tag
+ *
+ * @return offset of the tag start in the file
  */
-void ff_ape_parse_tag(AVFormatContext *s);
+int64_t ff_ape_parse_tag(AVFormatContext *s);
 
 #endif /* AVFORMAT_APETAG_H */