tag/Id3Load: use offset_type instead of off_t
This commit is contained in:
parent
a61f153df7
commit
07228ff56a
@ -87,7 +87,7 @@ ReadId3Tag(InputStream &is)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static UniqueId3Tag
|
static UniqueId3Tag
|
||||||
ReadId3Tag(InputStream &is, off_t offset)
|
ReadId3Tag(InputStream &is, offset_type offset)
|
||||||
{
|
{
|
||||||
if (!is.Seek(offset, IgnoreError()))
|
if (!is.Seek(offset, IgnoreError()))
|
||||||
return nullptr;
|
return nullptr;
|
||||||
@ -107,7 +107,7 @@ ReadId3v1Tag(InputStream &is)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static UniqueId3Tag
|
static UniqueId3Tag
|
||||||
ReadId3v1Tag(InputStream &is, off_t offset)
|
ReadId3v1Tag(InputStream &is, offset_type offset)
|
||||||
{
|
{
|
||||||
if (!is.Seek(offset, IgnoreError()))
|
if (!is.Seek(offset, IgnoreError()))
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user