You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/asfenc: Make asf_write_indexs index argument const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user