Commit 735be9cd authored by Martin Storsjö's avatar Martin Storsjö

rtsp: Make rtsp_demuxer_class static

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 1a265f61
......@@ -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,
......
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