InputStream: add constant UNKNOWN_SIZE
This commit is contained in:
@@ -42,7 +42,7 @@ ProxyInputStream::CopyAttributes()
|
||||
|
||||
size = input.KnownSize()
|
||||
? input.GetSize()
|
||||
: -1;
|
||||
: UNKNOWN_SIZE;
|
||||
|
||||
seekable = input.IsSeekable();
|
||||
SetReady();
|
||||
|
Reference in New Issue
Block a user