Commit f0187d20 authored by Baptiste Coudurier's avatar Baptiste Coudurier

In wav muxer, always flush in write_trailer, fix pipe output

Originally committed as revision 24568 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ff58de29
......@@ -95,6 +95,8 @@ static int wav_write_trailer(AVFormatContext *s)
WAVContext *wav = s->priv_data;
int64_t file_size;
put_flush_packet(pb);
if (!url_is_streamed(s->pb)) {
ff_end_tag(pb, wav->data);
......
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