[FFmpeg-devel] [PATCH] avfilter: add VIF filter

Ronald S. Bultje rsbultje at gmail.com
Mon Jul 31 00:54:59 EEST 2017


Hi,

On Sun, Jul 30, 2017 at 1:46 PM, Ashish Pratap Singh <ashk43712 at gmail.com>
wrote:

> On Sat, Jul 29, 2017 at 3:15 PM, Moritz Barsnick <barsnick at gmx.net> wrote:
> > On Sat, Jul 29, 2017 at 14:16:29 +0530, Ashish Pratap Singh wrote:
> > > +        av_log(ctx, AV_LOG_ERROR, "error: av_malloc failed for
> > data_buf.\n");
> >
> > Are these messages of any help to anyone?
> >
> What would be an appropriate error message or should I don't write anything
> at all?


For -ENOMEM, you don't need to write an error message, the system error
code is clear enough.

Ronald


More information about the ffmpeg-devel mailing list