mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/asfenc: dont allow non interleaved packets
The muxer does not support this currently Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5b19fc7aae
commit
369cdf917a
@ -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…
Reference in New Issue
Block a user