[FFmpeg-devel] [PATCH 01/15] lavfi/aresample: raise filter_frame() error.
Clément Bœsch
ubitux at gmail.com
Wed Mar 13 19:14:04 CET 2013
On Wed, Mar 13, 2013 at 09:43:47AM +0000, Paul B Mahol wrote:
> On 3/13/13, Clement Boesch <ubitux at gmail.com> wrote:
> > ---
> > libavfilter/af_aresample.c | 3 +--
> > 1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/libavfilter/af_aresample.c b/libavfilter/af_aresample.c
> > index 6e0d679..be1e4b7 100644
> > --- a/libavfilter/af_aresample.c
> > +++ b/libavfilter/af_aresample.c
> > @@ -252,8 +252,7 @@ static int request_frame(AVFilterLink *outlink)
> > outsamplesref->pts = ROUNDED_DIV(outsamplesref->pts,
> > inlink->sample_rate);
> > #endif
> >
> > - ff_filter_frame(outlink, outsamplesref);
> > - return 0;
> > + return ff_filter_frame(outlink, outsamplesref);
> > }
> > return ret;
> > }
> > --
> > 1.8.1.5
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
>
> should all be ok
Patchset set applied, thanks to you and Nicolas.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130313/5aa5051f/attachment.asc>
More information about the ffmpeg-devel
mailing list