decoder/opus: fix minor typo
This commit is contained in:
@@ -201,7 +201,7 @@ LoadEOSPacket(InputStream &is, Decoder *decoder, int serialno,
|
|||||||
if (!is.CheapSeeking())
|
if (!is.CheapSeeking())
|
||||||
/* we do this for local files only, because seeking
|
/* we do this for local files only, because seeking
|
||||||
around remote files is expensive and not worth the
|
around remote files is expensive and not worth the
|
||||||
troubl */
|
trouble */
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
const auto old_offset = is.GetOffset();
|
const auto old_offset = is.GetOffset();
|
||||||
|
Reference in New Issue
Block a user