1
0

rtpdec_asf: support the asf_o demuxer

This commit is contained in:
Hendrik Leppkes 2015-10-14 22:46:51 +02:00
parent 6e015e48eb
commit cf682bf385
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5

View File

@ -120,7 +120,7 @@ int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p)
avformat_close_input(&rt->asf_ctx);
}
if (!(iformat = av_find_input_format("asf")))
if (!(iformat = av_find_input_format("asf")) && !(iformat = av_find_input_format("asf_o")))
return AVERROR_DEMUXER_NOT_FOUND;
rt->asf_ctx = avformat_alloc_context();