Adhere to the change in signature of ElementaryStreamReader

This commit is contained in:
Rohit Singh 2024-04-10 17:09:46 +01:00
parent cfa7f1f0a7
commit ae77333d0f

View file

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