diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-07-30 07:28:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-31 20:53:54 +0200 |
commit | 782e64fbe1daa84c38594db037d0edfac7193c37 (patch) | |
tree | cedf605a86dbedc8f67569e1cceae1c1951cb83b /libavformat/apetag.h | |
parent | 9c9c21eaa1f0adf1c5cd17f9b31a18b979bffe37 (diff) | |
download | ffmpeg-782e64fbe1daa84c38594db037d0edfac7193c37.tar.gz |
wv,mpc8: don't return apetag data in packets.
Diffstat (limited to 'libavformat/apetag.h')
-rw-r--r-- | libavformat/apetag.h | 4 |
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 */ |