Add end of input fix to H263 reader
This commit is contained in:
parent
f0666c605c
commit
45372911b0
@ -218,7 +218,9 @@ public final class H263Reader implements ElementaryStreamReader {
|
||||
|
||||
@Override
|
||||
public void packetFinished(boolean isEndOfInput) {
|
||||
// Do nothing.
|
||||
if (isEndOfInput) {
|
||||
sampleReader.onDataEnd(totalBytesWritten, 0, hasOutputFormat);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user