]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dxa.c
wavdec: RIFX file format support
[ffmpeg] / libavformat / dxa.c
index 6ad1c9ffac2979014851a2202b5179263b5e2f97..9da2ffdc2defaf57444b9abb2bd4bb10ed83c9b2 100644 (file)
@@ -106,7 +106,7 @@ static int dxa_read_header(AVFormatContext *s)
         ast = avformat_new_stream(s, NULL);
         if (!ast)
             return AVERROR(ENOMEM);
-        ret = ff_get_wav_header(pb, ast->codec, fsize);
+        ret = ff_get_wav_header(pb, ast->codec, fsize, 0);
         if (ret < 0)
             return ret;
         if (ast->codec->sample_rate > 0)