This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/wavdec: enable seeking with XMA2
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.3
Paul B Mahol
8 years ago
parent
18cfcc6458
commit
8869f5efec
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/wavdec.c
+ 1
- 0
libavformat/wavdec.c
View File
@@ -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:
Write
Preview
Loading…
Cancel
Save