mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avformat/asfenc: Make asf_write_indexs index argument const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d902a3f4cb
commit
1cf28fd5f3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user