summaryrefslogtreecommitdiff
path: root/libavformat/fifo_test.c
Commit message (Collapse)AuthorAge
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/fifo_test: remove network.h includeJames Almer2018-02-07
| | | | | | 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-06
This fixes the fate-fifo-muxer test with the clarified removal of registering external formats.