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
1 changed files with 2 additions and 4 deletions

View File

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