On Wed, May 29, 2013 at 04:23:03PM +0200, Anton Khirnov wrote:
> ---
> libavformat/apetag.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/apetag.c b/libavformat/apetag.c
> index 68f2df6..d4be91c 100644
> --- a/libavformat/apetag.c
> +++ b/libavformat/apetag.c
> @@ -118,7 +118,7 @@ static int ape_tag_read_field(AVFormatContext *s)
> int64_t ff_ape_parse_tag(AVFormatContext *s)
> {
> AVIOContext *pb = s->pb;
> - int file_size = avio_size(pb);
> + int64_t file_size = avio_size(pb);
> uint32_t val, fields, tag_bytes;
> uint8_t buf[8];
> int64_t tag_start;
> --
OK
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel