src/io/source_avcodec.c: check if the uri is a network stream using av_url_split...
authorPaul Brossier <piem@piem.org>
Thu, 9 Jun 2016 08:11:19 +0000 (10:11 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 9 Jun 2016 08:11:19 +0000 (10:11 +0200)
commit6769586029891c240afe04dec96f7c554e3803bd
tree00db53bedf173055cc5ea5adfaa17ef15e3b8df5
parentae15c6395dace8a3b0a9c4d798e28eb3b3e1e8ad
src/io/source_avcodec.c: check if the uri is a network stream using av_url_split, call avformat_network_init() if needed
src/io/source_avcodec.c