[FFmpeg-devel] [PATCH 2/2] tests/fate/lavf-video.mak: better looking gif dependancies

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Jan 6 17:20:09 EET 2020


Am Mo., 6. Jan. 2020 um 15:50 Uhr schrieb James Almer <jamrial at gmail.com>:
>
> On 1/6/2020 10:55 AM, Michael Niedermayer wrote:
> > The gif test should depend on gif not fits
> >
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  tests/fate/lavf-video.mak | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/fate/lavf-video.mak b/tests/fate/lavf-video.mak
> > index 7a70ac90ce..f6e98246c4 100644
> > --- a/tests/fate/lavf-video.mak
> > +++ b/tests/fate/lavf-video.mak
> > @@ -6,7 +6,7 @@ FATE_LAVF_VIDEO-$(call ENCDEC,  FITS,       FITS)               += gbrp.fits
> >  FATE_LAVF_VIDEO-$(call ENCDEC,  FITS,       FITS)               += gbrap.fits
> >  FATE_LAVF_VIDEO-$(call ENCDEC,  FITS,       FITS)               += gbrp16be.fits
> >  FATE_LAVF_VIDEO-$(call ENCDEC,  FITS,       FITS)               += gbrap16be.fits
> > -FATE_LAVF_VIDEO-$(call ENCDEC,  GIF,        FITS)               += gif
> > +FATE_LAVF_VIDEO-$(call ENCDEC,  GIF,         GIF)               += gif
>
> Before ac4b5d86222006fa71ffe5922e1a34f1422507d8 it was IMAGE2, not GIF
> for the decoder part, so probably better to use that again.

The gif demuxer has to be used for this file.

Carl Eugen


More information about the ffmpeg-devel mailing list