mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c51fcdf0f6
commit
212b89f8b4
@ -626,7 +626,6 @@ static int default_filter_frame(AVFilterLink *link, AVFrame *frame)
|
||||
static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
|
||||
{
|
||||
int (*filter_frame)(AVFilterLink *, AVFrame *);
|
||||
AVFilterPad *src = link->srcpad;
|
||||
AVFilterPad *dst = link->dstpad;
|
||||
AVFrame *out;
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user