From 782e64fbe1daa84c38594db037d0edfac7193c37 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 30 Jul 2012 07:28:35 +0200 Subject: wv,mpc8: don't return apetag data in packets. --- libavformat/apetag.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libavformat/apetag.h') 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 */ -- cgit v1.2.3