aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/fifo_test.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/fifo_test: remove network.h includeJames Almer2018-02-071-3/+4
| | | | | | It's not needed, and fixes compilation with network disabled. Signed-off-by: James Almer <jamrial@gmail.com>
* lavf: move fifo test muxer into separate fileJosh de Kock2018-02-061-0/+151
This fixes the fate-fifo-muxer test with the clarified removal of registering external formats.