Merge commit '59f595921e'
* commit '59f595921e':
mkv: Flush the old cluster before writing a new one
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d169b56b7b
1 changed files with 1 additions and 0 deletions
|
|
@ -1534,6 +1534,7 @@ static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||
mkv->cluster_pos = -1;
|
||||
if (mkv->dyn_bc)
|
||||
mkv_flush_dynbuf(s);
|
||||
avio_flush(s->pb);
|
||||
}
|
||||
|
||||
// check if we have an audio packet cached
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue