Commit 6a73f3bb authored by Martin Storsjö's avatar Martin Storsjö

aviocat: Flush the output before closing

Without this, the end of the file might not be transmitted/written.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 23e57d16
......@@ -89,6 +89,7 @@ int main(int argc, char **argv)
}
}
avio_flush(output);
avio_close(output);
fail:
avio_close(input);
......
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