Commit dac7b278 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b14086ca'

* commit 'b14086ca':
  mkv: Correctly report the latest packet had been flushed
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 962654f2 b14086ca
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment