Commit d04eb87c authored by Max Kellermann's avatar Max Kellermann

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

parent 8af68db9
...@@ -368,7 +368,7 @@ OpusEncoder::Read(void *dest, size_t length) ...@@ -368,7 +368,7 @@ OpusEncoder::Read(void *dest, size_t length)
else if (packetno == 1) else if (packetno == 1)
GenerateTags(); GenerateTags();
return stream.PageOut(dest, length); return OggEncoder::Read(dest, length);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment