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
adx: add AVFMT_GENERIC_INDEX to demuxer flags.
fixes seeking
tags/n0.10
Justin Ruggles
14 years ago
parent
613668210b
commit
99baf2c7d0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/adxdec.c
+ 1
- 0
libavformat/adxdec.c
View File
@@ -109,4 +109,5 @@ AVInputFormat ff_adx_demuxer = {
.read_packet = adx_read_packet,
.extensions = "adx",
.value = CODEC_ID_ADPCM_ADX,
.flags = AVFMT_GENERIC_INDEX,
};
Write
Preview
Loading…
Cancel
Save