We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f816d2c commit 057e302Copy full SHA for 057e302
app/src/main/java/org/schabi/newpipe/streams/OggFromWebMWriter.java
@@ -86,7 +86,7 @@ public class OggFromWebMWriter implements Closeable {
86
* @see <a href="https://datatracker.ietf.org/doc/html/rfc7845.html#section-6">
87
* RFC7845 6. Packet Size Limits</a>
88
*/
89
- private static final int OPUS_MAX_PACKETS_PAGE_SIZE = 61_440;
+ private static final int OPUS_MAX_PACKETS_PAGE_SIZE = 65_025;
90
91
private boolean done = false;
92
private boolean parsed = false;
0 commit comments