mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
adx: add AVFMT_GENERIC_INDEX to demuxer flags.
fixes seeking
This commit is contained in:
parent
613668210b
commit
99baf2c7d0
@ -109,4 +109,5 @@ AVInputFormat ff_adx_demuxer = {
|
||||
.read_packet = adx_read_packet,
|
||||
.extensions = "adx",
|
||||
.value = CODEC_ID_ADPCM_ADX,
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user