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:
authorPaul B Mahol <onemda@gmail.com>2017-01-19 22:43:02 +0300
committerPaul B Mahol <onemda@gmail.com>2017-01-20 15:58:41 +0300
commit8869f5efecb65ed7aedc67acf1bafd97aa40b9b7 (patch)
tree5ca46a9aeb57fca01690ac34c2a69518184e55d3 /libavformat
parent18cfcc64581f0b279b47168675f1919a7d4e0df8 (diff)
avformat/wavdec: enable seeking with XMA2
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/wavdec.c1
1 files changed, 1 insertions, 0 deletions
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: