summaryrefslogtreecommitdiff
path: root/libavformat/apetag.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/apetag.h')
-rw-r--r--libavformat/apetag.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/apetag.h b/libavformat/apetag.h
index a0e6ead14f..279972ff6e 100644
--- a/libavformat/apetag.h
+++ b/libavformat/apetag.h
@@ -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 */