mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 06:02:12 +00:00
rtsp: Make rtsp_demuxer_class static
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
1a265f6187
commit
735be9cdfb
@ -388,7 +388,7 @@ static int rtsp_read_close(AVFormatContext *s)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const AVClass rtsp_demuxer_class = {
|
||||
static const AVClass rtsp_demuxer_class = {
|
||||
.class_name = "RTSP demuxer",
|
||||
.item_name = av_default_item_name,
|
||||
.option = ff_rtsp_options,
|
||||
|
Loading…
Reference in New Issue
Block a user