On Wed, 3 Jan 2018 00:43:02 +0000 Josh de Kock <j...@itanimul.li> wrote:
> This fixes the fate-fifo-muxer test. > --- > libavformat/Makefile | 2 +- > libavformat/allformats.c | 1 + > libavformat/fifo_test.c | 150 > +++++++++++++++++++++++++++++++++++++++++ > libavformat/tests/fifo_muxer.c | 115 +------------------------------ > 4 files changed, 154 insertions(+), 114 deletions(-) > create mode 100644 libavformat/fifo_test.c > So this adds the FIFO test muxer as a standard libavformat muxer. Before this, it was registered as additional filter, which is now not possible anymore. I guess this is OK, unless someone can think of a better way. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel