On Tue, 16 Oct 2012 11:05:16 +0200, Anton Khirnov <[email protected]> wrote:
> From: Victor Vasiliev <[email protected]>
> 
> Signed-off-by: Anton Khirnov <[email protected]>
> ---
>  libavformat/wav.c |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/libavformat/wav.c b/libavformat/wav.c
> index 47dcc73..ac78f4b 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");
>  
> -- 
> 1.7.10.4
> 

A Changelog entry and a minor bump added locally.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to