[FFmpeg-devel] [PATCH] Fixed missing error handling in yadif poll_frame
Nicolas George
nicolas.george at normalesup.org
Sun Apr 15 14:20:22 CEST 2012
It seems my comments were lost somewhere:
Le septidi 27 germinal, an CCXX, Michael Niedermayer a écrit :
> > From: Robert Nagy <ronag89 at gmail.com>
> > Date: Sat, 14 Apr 2012 20:34:37 +0200
> > Subject: [PATCH 1/2] Fixed missing error handling for yadif poll_frame.
Git standard mandate something like that:
yadif: fix error handling for poll_frame
> > - val = avfilter_poll_frame(link->src->inputs[0]);
> > + return poll_frame(link);
I am a bit concerned as to whether that recursion may go too deep.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120415/080622d5/attachment.asc>
More information about the ffmpeg-devel
mailing list