[FFmpeg-devel] [PATCH] Fixed missing error handling in yadif poll_frame

Robert Nagy ronag89 at gmail.com
Sat Apr 14 17:56:56 CEST 2012


There is a bug in the patch:

val = poll_frame(link);

should be

return poll_frame(link);


More information about the ffmpeg-devel mailing list