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/wtvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/wtvdec.c') diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c index 4009964824..7fc5e6377c 100644 --- a/libavformat/wtvdec.c +++ b/libavformat/wtvdec.c @@ -670,7 +670,7 @@ static AVStream * parse_media_type(AVFormatContext *s, AVStream *st, int sid, if (!st) return NULL; if (!ff_guidcmp(formattype, ff_format_waveformatex)) { - int ret = ff_get_wav_header(pb, st->codec, size); + int ret = ff_get_wav_header(pb, st->codec, size, 0); if (ret < 0) return NULL; } else { -- cgit v1.2.3