aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_null.c
Commit message (Collapse)AuthorAge
* demux_null: fix segfault with --cache enabledGravatar wm42016-03-05
| | | | | | stream->info can be NULL if it's the cache wrapper. To be fair, stream->info is considered private API anyway. So don't access it, but check the URL instead.
* demux: add null demuxerGravatar wm42016-03-04
It's useless, but can be used for fancy --lavfi-complex nonsense.