mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Simplify
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:
parent
c245ddf23f
commit
ce657d80cc
@ -272,10 +272,8 @@ void avfilter_draw_slice(AVFilterLink *link, int y, int h)
|
||||
}
|
||||
}
|
||||
|
||||
if(!link_dpad(link).draw_slice)
|
||||
return;
|
||||
|
||||
link_dpad(link).draw_slice(link, y, h);
|
||||
if(link_dpad(link).draw_slice)
|
||||
link_dpad(link).draw_slice(link, y, h);
|
||||
}
|
||||
|
||||
AVFilter *avfilter_get_by_name(const char *name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user