1
0
Fork 0

rtpdec_asf: support the asf_o demuxer

This commit is contained in:
Hendrik Leppkes 2015-10-14 22:46:51 +02:00
parent 16bba49d54
commit e577d9d056
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,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();