Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r--libavformat/wav.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c
index 9d4b0708b8..2080d8e664 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -513,8 +513,7 @@ static int wav_read_header(AVFormatContext *s,
}
switch (list_type) {
case MKTAG('I', 'N', 'F', 'O'):
- if ((ret = ff_read_riff_info(s, size - 4)) < 0)
- return ret;
+ ff_read_riff_info(s, size - 4);
}
break;
}