avfilter/af_aresample: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
be0356ca05
commit
d70e503ebc
@ -261,7 +261,6 @@ static int request_frame(AVFilterLink *outlink)
|
|||||||
{
|
{
|
||||||
AVFilterContext *ctx = outlink->src;
|
AVFilterContext *ctx = outlink->src;
|
||||||
AResampleContext *aresample = ctx->priv;
|
AResampleContext *aresample = ctx->priv;
|
||||||
AVFilterLink *const inlink = outlink->src->inputs[0];
|
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
// First try to get data from the internal buffers
|
// First try to get data from the internal buffers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user