Commit 99baf2c7 authored by Justin Ruggles's avatar Justin Ruggles

adx: add AVFMT_GENERIC_INDEX to demuxer flags.

fixes seeking
parent 61366821
......@@ -109,4 +109,5 @@ AVInputFormat ff_adx_demuxer = {
.read_packet = adx_read_packet,
.extensions = "adx",
.value = CODEC_ID_ADPCM_ADX,
.flags = AVFMT_GENERIC_INDEX,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment