You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -626,7 +626,6 @@ static int default_filter_frame(AVFilterLink *link, AVFrame *frame)
|
|||||||
static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
|
static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
|
||||||
{
|
{
|
||||||
int (*filter_frame)(AVFilterLink *, AVFrame *);
|
int (*filter_frame)(AVFilterLink *, AVFrame *);
|
||||||
AVFilterPad *src = link->srcpad;
|
|
||||||
AVFilterPad *dst = link->dstpad;
|
AVFilterPad *dst = link->dstpad;
|
||||||
AVFrame *out;
|
AVFrame *out;
|
||||||
int ret;
|
int ret;
|
||||||
|
Reference in New Issue
Block a user