Add boolean input to MpeghReader

This commit is contained in:
Rohit Singh 2024-04-30 16:36:06 +01:00
parent 247cad934a
commit a09c2f1701

View File

@ -214,7 +214,7 @@ public final class MpeghReader implements ElementaryStreamReader {
}
@Override
public void packetFinished() {
public void packetFinished(boolean isEndOfInput) {
// Do nothing.
}