summaryrefslogtreecommitdiffstats
path: root/libavformat/wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r--libavformat/wav.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c
index 474799a..1030cb8 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -348,6 +348,7 @@ static int wav_read_seek(AVFormatContext *s,
case CODEC_ID_MP2:
case CODEC_ID_MP3:
case CODEC_ID_AC3:
+ case CODEC_ID_DTS:
/* use generic seeking with dynamically generated indexes */
return -1;
default:
OpenPOWER on IntegriCloud