encoder/opus: divert to OggEncoder::Read()
This commit is contained in:
parent
8af68db965
commit
d04eb87c4f
@ -368,7 +368,7 @@ OpusEncoder::Read(void *dest, size_t length)
|
||||
else if (packetno == 1)
|
||||
GenerateTags();
|
||||
|
||||
return stream.PageOut(dest, length);
|
||||
return OggEncoder::Read(dest, length);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user