[FFmpeg-devel] [PATCH 09/13] fate: replace deprecated request_channels with request_channel_layout

wm4 nfxjfg at googlemail.com
Sat Aug 22 18:59:59 CEST 2015


On Sat, 22 Aug 2015 18:47:26 +0200
Andreas Cadhalpun <andreas.cadhalpun at googlemail.com> wrote:

> On 08.08.2015 13:32, Andreas Cadhalpun wrote:
> > Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
> > ---
> >  tests/fate/ac3.mak | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
> > index 6760de3..e636271 100644
> > --- a/tests/fate/ac3.mak
> > +++ b/tests/fate/ac3.mak
> > @@ -33,7 +33,7 @@ fate-ac3-fixed-2.0: CMD = pcm -c ac3_fixed -i $(TARGET_SAMPLES)/ac3/monsters_inc
> >  fate-ac3-fixed-2.0: REF = $(SAMPLES)/ac3/monsters_inc_2.0_192_small_v2.pcm
> >  
> >  FATE_AC3 += fate-ac3-fixed-4.0-downmix-mono
> > -fate-ac3-fixed-4.0-downmix-mono: CMD = pcm -c ac3_fixed -request_channels 1 -i $(TARGET_SAMPLES)/ac3/millers_crossing_4.0.ac3
> > +fate-ac3-fixed-4.0-downmix-mono: CMD = pcm -c ac3_fixed -request_channel_layout 4 -i $(TARGET_SAMPLES)/ac3/millers_crossing_4.0.ac3
> >  fate-ac3-fixed-4.0-downmix-mono: REF = $(SAMPLES)/ac3/millers_crossing_4.0_mono_v2.pcm
> >  
> >  FATE_EAC3 += fate-eac3-1
> > 
> 
> Ping.
> 
> (This fixes fate with FF_API_REQUEST_CHANNELS disabled.)
> 

LGTM


More information about the ffmpeg-devel mailing list