summaryrefslogtreecommitdiff
path: root/libavformat/apetag.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-07-30 07:28:35 +0200
committerAnton Khirnov <anton@khirnov.net>2012-07-31 20:53:54 +0200
commit782e64fbe1daa84c38594db037d0edfac7193c37 (patch)
treecedf605a86dbedc8f67569e1cceae1c1951cb83b /libavformat/apetag.h
parent9c9c21eaa1f0adf1c5cd17f9b31a18b979bffe37 (diff)
wv,mpc8: don't return apetag data in packets.
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 */