Browse Source

rtsp: Make rtsp_demuxer_class static

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.11
Martin Storsjö 13 years ago
parent
commit
735be9cdfb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtspdec.c

+ 1
- 1
libavformat/rtspdec.c View File

@@ -388,7 +388,7 @@ static int rtsp_read_close(AVFormatContext *s)
return 0; return 0;
} }


const AVClass rtsp_demuxer_class = {
static const AVClass rtsp_demuxer_class = {
.class_name = "RTSP demuxer", .class_name = "RTSP demuxer",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = ff_rtsp_options, .option = ff_rtsp_options,


Loading…
Cancel
Save