[FFmpeg-devel] [PATCH v4 4/7] lavf: move fifo test muxer into separate file
Josh de Kock
josh at itanimul.li
Tue Feb 6 02:03:11 EET 2018
On Mon, Feb 05, 2018 at 07:59:56PM +0100, wm4 wrote:
> On Mon, 5 Feb 2018 23:49:30 +0700
> Muhammad Faiz <mfcc64 at gmail.com> wrote:
>
> > On Sat, Feb 3, 2018 at 2:44 AM, Josh de Kock <josh at 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
>
>
> >
> > This patch (Patch 4/7) should be merged with Patch 3/7, so no
> > intermediate fate failures happen.
>
> Or possibly moved before it.
I wanted to keep them separate since they do very different things, but yes, swapping
the commit order will fix the build for both commits. Will do before I push.
More information about the ffmpeg-devel
mailing list