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

2018-02-05 Thread Josh de Kock
On Mon, Feb 05, 2018 at 07:59:56PM +0100, wm4 wrote: > On Mon, 5 Feb 2018 23:49:30 +0700 > Muhammad Faiz wrote: > > > On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock wrote: > > > This fixes the fate-fifo-muxer test. > > > --- > > > libavformat/Makefile | 2 +- > > > libavformat/allform

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

2018-02-05 Thread Marton Balint
On Mon, 5 Feb 2018, Muhammad Faiz wrote: On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock wrote: This fixes the fate-fifo-muxer test. --- libavformat/Makefile | 2 +- libavformat/allformats.c | 1 + libavformat/fifo_test.c| 150 +++

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

2018-02-05 Thread wm4
On Mon, 5 Feb 2018 23:49:30 +0700 Muhammad Faiz wrote: > On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock wrote: > > This fixes the fate-fifo-muxer test. > > --- > > libavformat/Makefile | 2 +- > > libavformat/allformats.c | 1 + > > libavformat/fifo_test.c| 150 > > ++

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

2018-02-05 Thread Muhammad Faiz
On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock wrote: > This fixes the fate-fifo-muxer test. > --- > libavformat/Makefile | 2 +- > libavformat/allformats.c | 1 + > libavformat/fifo_test.c| 150 > + > libavformat/tests/fifo_muxer

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

2018-02-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 inser