Commit 1cf28fd5 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/asfenc: Make asf_write_indexs index argument const

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d902a3f4
......@@ -950,7 +950,7 @@ static int asf_write_packet(AVFormatContext *s, AVPacket *pkt)
return 0;
}
static int asf_write_index(AVFormatContext *s, ASFIndex *index,
static int asf_write_index(AVFormatContext *s, const ASFIndex *index,
uint16_t max, uint32_t count)
{
AVIOContext *pb = s->pb;
......
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