From 58b619c8a226cc4564ad5af291bc99a04f89ee56 Mon Sep 17 00:00:00 2001 From: Victor Vasiliev Date: Tue, 16 Oct 2012 10:10:16 +0200 Subject: wav muxer: write metadata Signed-off-by: Anton Khirnov --- libavformat/wav.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/wav.c') diff --git a/libavformat/wav.c b/libavformat/wav.c index 47dcc736cc..ac78f4bee2 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -135,6 +135,9 @@ static int wav_write_header(AVFormatContext *s) wav->maxpts = wav->last_duration = 0; wav->minpts = INT64_MAX; + /* info header */ + ff_riff_write_info(s); + /* data header */ wav->data = ff_start_tag(pb, "data"); -- cgit v1.2.3