From 8869f5efecb65ed7aedc67acf1bafd97aa40b9b7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 19 Jan 2017 20:43:02 +0100 Subject: avformat/wavdec: enable seeking with XMA2 Signed-off-by: Paul B Mahol --- libavformat/wavdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c index 4046809cf6..0ca1ef42f8 100644 --- a/libavformat/wavdec.c +++ b/libavformat/wavdec.c @@ -719,6 +719,7 @@ static int wav_read_seek(AVFormatContext *s, case AV_CODEC_ID_MP3: case AV_CODEC_ID_AC3: case AV_CODEC_ID_DTS: + case AV_CODEC_ID_XMA2: /* use generic seeking with dynamically generated indexes */ return -1; default: -- cgit v1.2.3