Browse Source

adx: add AVFMT_GENERIC_INDEX to demuxer flags.

fixes seeking
tags/n0.10
Justin Ruggles 14 years ago
parent
commit
99baf2c7d0
1 changed files with 1 additions and 0 deletions
  1. +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,
};

Loading…
Cancel
Save