X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fapetag.h;h=36e3211fc853f17a6b6ebb75b0f66fa4d750baa9;hb=79fdbfdb3e50f3f906903e027714ee04c1a00e89;hp=9a39d02a2b587e171de9759ab73a52adcaa7c866;hpb=2912e87a6c9264d556734e2bf94a99c64cf9b102;p=ffmpeg diff --git a/libavformat/apetag.h b/libavformat/apetag.h index 9a39d02a2b5..36e3211fc85 100644 --- a/libavformat/apetag.h +++ b/libavformat/apetag.h @@ -27,7 +27,14 @@ /** * Read and parse an APE tag + * + * @return offset of the tag start in the file + */ +int64_t ff_ape_parse_tag(AVFormatContext *s); + +/** + * Write an APE tag into a file. */ -void ff_ape_parse_tag(AVFormatContext *s); +int ff_ape_write_tag(AVFormatContext *s); -#endif /* AVFORMAT_ID3V2_H */ +#endif /* AVFORMAT_APETAG_H */