Merge commit 'b14086ca38efa1a86cb0f0c6aa147b05f698877b'
* commit 'b14086ca38efa1a86cb0f0c6aa147b05f698877b': mkv: Correctly report the latest packet had been flushed Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
dac7b27802
@ -1899,7 +1899,7 @@ static int mkv_write_flush_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
mkv_flush_dynbuf(s);
|
||||
avio_flush(s->pb);
|
||||
}
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
return mkv_write_packet(s, pkt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user