diff options
author | Thomas Volkert <thomas@homer-conferencing.com> | 2014-12-17 12:04:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-18 00:10:35 +0100 |
commit | 00d7555f3468193a761c0534df6742646b15829c (patch) | |
tree | 2048d6d1646b1256ddcbc1965b12d02b29af9aa6 /libavformat/act.c | |
parent | e8714f6f93d1a32f4e4655209960afcf4c185214 (diff) | |
download | ffmpeg-00d7555f3468193a761c0534df6742646b15829c.tar.gz |
wavdec: RIFX file format support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/act.c')
-rw-r--r-- | libavformat/act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/act.c b/libavformat/act.c index 3f223d57b6..7b6b8406fc 100644 --- a/libavformat/act.c +++ b/libavformat/act.c @@ -75,7 +75,7 @@ static int read_header(AVFormatContext *s) avio_skip(pb, 16); size=avio_rl32(pb); - ff_get_wav_header(pb, st->codec, size); + ff_get_wav_header(pb, st->codec, size, 0); /* 8000Hz (Fine-rec) file format has 10 bytes long |