X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fapetag.h;h=cf2a5f8ab48b397fdc6d43142a774d163c3b36ed;hb=d9cde3976c194688a1f7d16dcb4671eb11422876;hp=0330c8986ae4ce1a1d2eea4bb49f57ffb4067a8a;hpb=aa6454e6ca7bb898e9fb1990bbcc821caf4ad51a;p=ffmpeg diff --git a/libavformat/apetag.h b/libavformat/apetag.h index 0330c8986ae..cf2a5f8ab48 100644 --- a/libavformat/apetag.h +++ b/libavformat/apetag.h @@ -37,8 +37,8 @@ int64_t ff_ape_parse_tag(AVFormatContext *s); /** - * Write an APEv2 tag + * Write an APE tag into a file. */ -void ff_ape_write(AVFormatContext *s); +int ff_ape_write_tag(AVFormatContext *s); #endif /* AVFORMAT_APETAG_H */