Browse Source

aviocat: Flush the output before closing

Without this, the end of the file might not be transmitted/written.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.10
Martin Storsjö 14 years ago
parent
commit
6a73f3bbdf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tools/aviocat.c

+ 1
- 0
tools/aviocat.c View File

@@ -89,6 +89,7 @@ int main(int argc, char **argv)
}
}

avio_flush(output);
avio_close(output);
fail:
avio_close(input);


Loading…
Cancel
Save