]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apetag.h
oggdec: simplify start time calculation code.
[ffmpeg] / libavformat / apetag.h
index 17a9a72b19069ddb7218c8e63c292331b6883d94..0330c8986ae4ce1a1d2eea4bb49f57ffb4067a8a 100644 (file)
 
 /**
  * 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);
 
 /**
  * Write an APEv2 tag