From 00d7555f3468193a761c0534df6742646b15829c Mon Sep 17 00:00:00 2001 From: Thomas Volkert Date: Wed, 17 Dec 2014 12:04:37 +0100 Subject: wavdec: RIFX file format support Signed-off-by: Michael Niedermayer --- libavformat/xwma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/xwma.c') diff --git a/libavformat/xwma.c b/libavformat/xwma.c index 5d29d0b99e..b1721207e7 100644 --- a/libavformat/xwma.c +++ b/libavformat/xwma.c @@ -75,7 +75,7 @@ static int xwma_read_header(AVFormatContext *s) if (!st) return AVERROR(ENOMEM); - ret = ff_get_wav_header(pb, st->codec, size); + ret = ff_get_wav_header(pb, st->codec, size, 0); if (ret < 0) return ret; st->need_parsing = AVSTREAM_PARSE_NONE; -- cgit v1.2.3