Commit 8869f5ef authored by Paul B Mahol's avatar Paul B Mahol

avformat/wavdec: enable seeking with XMA2

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 18cfcc64
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment