Browse Source

avformat/asfenc: dont allow non interleaved packets

The muxer does not support this currently

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 12 years ago
parent
commit
369cdf917a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/asfenc.c

+ 1
- 0
libavformat/asfenc.c View File

@@ -647,6 +647,7 @@ static int asf_write_header(AVFormatContext *s)
ASFContext *asf = s->priv_data;

s->packet_size = PACKET_SIZE;
s->max_interleave_delta = 0;
asf->nb_packets = 0;

asf->index_ptr = av_malloc(sizeof(ASFIndex) * ASF_INDEX_BLOCK);


Loading…
Cancel
Save