mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
In wav muxer, always flush in write_trailer, fix pipe output
Originally committed as revision 24568 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff58de29f1
commit
f0187d20d1
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user