encoder/opus: divert to OggEncoder::Read()

This commit is contained in:
Max Kellermann 2016-05-09 14:11:51 +02:00
parent 8af68db965
commit d04eb87c4f

View File

@ -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);
}
}