提交 31f00274 编写于 作者: C Carl Eugen Hoyos 提交者: Ronald S. Bultje

id3v1: change filesize to int64_t.

Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
上级 13eadbac
......@@ -225,9 +225,9 @@ static int parse_tag(AVFormatContext *s, const uint8_t *buf)
void ff_id3v1_read(AVFormatContext *s)
{
int ret, filesize;
int ret;
uint8_t buf[ID3v1_TAG_SIZE];
int64_t position = avio_tell(s->pb);
int64_t filesize, position = avio_tell(s->pb);
if (!url_is_streamed(s->pb)) {
/* XXX: change that */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册