Skip to content
Snippets Groups Projects
Commit b14086ca authored by Luca Barbato's avatar Luca Barbato
Browse files

mkv: Correctly report the latest packet had been flushed

Bug-Id: 865
CC: libav-stable@libav.org
parent b3803370
No related branches found
No related tags found
No related merge requests found
......@@ -1630,7 +1630,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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment