summaryrefslogtreecommitdiffstats
path: root/demux/demux_null.c
Commit message (Collapse)AuthorAgeFilesLines
* demux_null: mark as seekablewm42018-01-061-0/+1
| | | | | | No reason not to, and enables some strange constructions with --external-file (although the result is not too smooth for certain reasons).
* demux_null: fix segfault with --cache enabledwm42016-03-051-1/+1
| | | | | | 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 demuxerwm42016-03-041-0/+34
It's useless, but can be used for fancy --lavfi-complex nonsense.