mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
static URLProtocol *first_protocol = NULL;
|
||||
|
||||
URLProtocol *ffurl_protocol_next(URLProtocol *prev)
|
||||
URLProtocol *ffurl_protocol_next(const URLProtocol *prev)
|
||||
{
|
||||
return prev ? prev->next : first_protocol;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user