mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Adhere to the change in signature of ElementaryStreamReader
This commit is contained in:
parent
cfa7f1f0a7
commit
ae77333d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ public final class MpeghReader implements ElementaryStreamReader {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void packetFinished(boolean isEndOfInput) {
|
||||
public void packetFinished() {
|
||||
// Do nothing.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue