Re: [FFmpeg-devel] [PATCH 4/6] lavf: move fifo test muxer into separate file

2018-01-03 Thread wm4
On Wed, 3 Jan 2018 16:46:14 +0100 Hendrik Leppkes wrote: > On Wed, Jan 3, 2018 at 4:37 PM, wm4 wrote: > > On Wed, 3 Jan 2018 00:43:02 + > > Josh de Kock wrote: > > > >> This fixes the fate-fifo-muxer test. > >> --- > >>

Re: [FFmpeg-devel] [PATCH 4/6] lavf: move fifo test muxer into separate file

2018-01-03 Thread Hendrik Leppkes
On Wed, Jan 3, 2018 at 4:37 PM, wm4 wrote: > On Wed, 3 Jan 2018 00:43:02 + > Josh de Kock wrote: > >> This fixes the fate-fifo-muxer test. >> --- >> libavformat/Makefile | 2 +- >> libavformat/allformats.c | 1 + >>

Re: [FFmpeg-devel] [PATCH 4/6] lavf: move fifo test muxer into separate file

2018-01-03 Thread wm4
On Wed, 3 Jan 2018 00:43:02 + Josh de Kock wrote: > This fixes the fate-fifo-muxer test. > --- > libavformat/Makefile | 2 +- > libavformat/allformats.c | 1 + > libavformat/fifo_test.c| 150 > + >

[FFmpeg-devel] [PATCH 4/6] lavf: move fifo test muxer into separate file

2018-01-02 Thread Josh de Kock
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