]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apetag.h
get_bits/put_bits: K&R formatting cosmetics
[ffmpeg] / libavformat / apetag.h
index 9a39d02a2b587e171de9759ab73a52adcaa7c866..279972ff6e5e33bc9353c769905e669f0661b5b6 100644 (file)
@@ -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_ID3V2_H */
+#endif /* AVFORMAT_APETAG_H */