Commited in SoC by Vitor Sessak on 2008-02-11 17:35:13

Originally committed as revision 12056 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-02-15 21:41:35 +00:00
parent c245ddf23f
commit ce657d80cc

View File

@ -272,9 +272,7 @@ void avfilter_draw_slice(AVFilterLink *link, int y, int h)
} }
} }
if(!link_dpad(link).draw_slice) if(link_dpad(link).draw_slice)
return;
link_dpad(link).draw_slice(link, y, h); link_dpad(link).draw_slice(link, y, h);
} }