Skip to content
Snippets Groups Projects
Commit 8869f5ef authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avformat/wavdec: enable seeking with XMA2


Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent 18cfcc64
No related branches found
No related tags found
No related merge requests found
...@@ -719,6 +719,7 @@ static int wav_read_seek(AVFormatContext *s, ...@@ -719,6 +719,7 @@ static int wav_read_seek(AVFormatContext *s,
case AV_CODEC_ID_MP3: case AV_CODEC_ID_MP3:
case AV_CODEC_ID_AC3: case AV_CODEC_ID_AC3:
case AV_CODEC_ID_DTS: case AV_CODEC_ID_DTS:
case AV_CODEC_ID_XMA2:
/* use generic seeking with dynamically generated indexes */ /* use generic seeking with dynamically generated indexes */
return -1; return -1;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment