Skip to content

Commit

Permalink
vf_idet: remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed May 10, 2012
1 parent 648dbae commit 98e409e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libavfilter/vf_idet.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ static void filter(AVFilterContext *ctx)
int w = idet->cur->video->w;
int h = idet->cur->video->h;
int refs = idet->cur->linesize[i];
int df = (idet->csp->comp[i].depth_minus1 + 8) / 8;

if (i && i<3) {
w >>= idet->csp->log2_chroma_w;
Expand Down Expand Up @@ -295,7 +294,6 @@ static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
{
IDETContext *idet = ctx->priv;
int cpu_flags = av_get_cpu_flags();

idet->csp = NULL;

Expand Down

0 comments on commit 98e409e

Please sign in to comment.