]> git.sesse.net Git - ffmpeg/commit
lavf: move fifo test muxer into separate file
authorJosh de Kock <josh@itanimul.li>
Tue, 2 Jan 2018 13:36:05 +0000 (13:36 +0000)
committerJosh de Kock <josh@itanimul.li>
Tue, 6 Feb 2018 18:57:31 +0000 (18:57 +0000)
commit598d5f8579b3a048a643486a5f20fc4d479a2017
tree2fac41857c3bb21034ccb78a69736c602cba21c0
parent61974537610d82bd35b6e3ac91ccd270c6bdc711
lavf: move fifo test muxer into separate file

This fixes the fate-fifo-muxer test with the clarified
removal of registering external formats.
libavformat/Makefile
libavformat/allformats.c
libavformat/fifo_test.c [new file with mode: 0644]
libavformat/tests/fifo_muxer.c